![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Data Fields | |
GtkWidget * | scope_draw |
GtkWidget * | stage |
GtkWidget * | display |
dt_backbuf_t * | backbuf |
const char * | op |
float | zoom |
dt_lib_histogram_cache_t | cache |
cairo_surface_t * | cst |
dt_lib_colorpicker_model_t | model |
dt_lib_colorpicker_statistic_t | statistic |
GtkWidget * | color_mode_selector |
GtkWidget * | statistic_selector |
GtkWidget * | picker_button |
GtkWidget * | samples_container |
GtkWidget * | add_sample_button |
GtkWidget * | display_samples_check_box |
dt_colorpicker_sample_t | primary_sample |
GtkWidget* dt_lib_histogram_t::add_sample_button |
Referenced by _picker_button_toggled(), _update_everything(), and gui_init().
dt_backbuf_t* dt_lib_histogram_t::backbuf |
dt_lib_histogram_cache_t dt_lib_histogram_t::cache |
Referenced by _needs_recompute(), _redraw_surface(), and _reset_cache().
GtkWidget* dt_lib_histogram_t::color_mode_selector |
Referenced by gui_init(), and gui_reset().
cairo_surface_t* dt_lib_histogram_t::cst |
Referenced by _destroy_surface(), _draw_callback(), _needs_recompute(), _redraw_surface(), _trigger_recompute(), and gui_init().
GtkWidget* dt_lib_histogram_t::display |
Referenced by _area_scrolled_callback(), _display_callback(), _needs_recompute(), _redraw_surface(), _set_params(), _stage_callback(), and gui_init().
GtkWidget* dt_lib_histogram_t::display_samples_check_box |
Referenced by gui_init(), and gui_reset().
dt_lib_colorpicker_model_t dt_lib_histogram_t::model |
Referenced by _color_mode_changed(), _update_sample_label(), and gui_init().
const char* dt_lib_histogram_t::op |
GtkWidget* dt_lib_histogram_t::picker_button |
Referenced by gui_init().
dt_colorpicker_sample_t dt_lib_histogram_t::primary_sample |
Referenced by _add_sample(), _set_sample_box_area(), _set_sample_point(), _update_everything(), _update_size(), gui_init(), and gui_reset().
GtkWidget* dt_lib_histogram_t::samples_container |
Referenced by _add_sample(), and gui_init().
GtkWidget* dt_lib_histogram_t::scope_draw |
Referenced by _get_allocation_size(), _redraw_scopes(), _redraw_surface(), and gui_init().
GtkWidget* dt_lib_histogram_t::stage |
Referenced by _set_params(), and gui_init().
dt_lib_colorpicker_statistic_t dt_lib_histogram_t::statistic |
Referenced by _statistic_changed(), _update_sample_label(), and gui_init().
GtkWidget* dt_lib_histogram_t::statistic_selector |
Referenced by gui_init(), and gui_reset().
float dt_lib_histogram_t::zoom |
Referenced by _area_scrolled_callback(), _needs_recompute(), _redraw_surface(), and _set_params().