![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <lib.h>
Collaboration diagram for dt_lib_t:Data Fields | ||
| GList * | plugins | |
| struct dt_lib_module_t * | gui_module | |
| struct { | ||
| struct { | ||
| } navigation | ||
| } | proxy | |
struct responsible for all library related shared routines and plugins.
| struct dt_lib_module_t* dt_lib_t::gui_module |
Definition at line 56 of file lib.h.
Referenced by dt_lib_gui_set_expanded().
| struct { ... } dt_lib_t::navigation |
Referenced by gui_init().
| GList* dt_lib_t::plugins |
Definition at line 55 of file lib.h.
Referenced by _toggle_expanded(), _ui_scroll_target_is_live_widget(), dt_lib_cleanup(), dt_lib_get_localized_name(), dt_lib_get_module(), dt_lib_init(), dt_lib_presets_apply(), dt_presets_module_can_autoapply(), dt_view_manager_button_pressed(), dt_view_manager_button_released(), dt_view_manager_expose(), dt_view_manager_key_pressed(), dt_view_manager_mouse_leave(), dt_view_manager_mouse_moved(), and dt_view_manager_switch_by_view().
| struct { ... } dt_lib_t::proxy |
Proxy functions for communication with views
Referenced by gui_init().