![]() |
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 |
Referenced by dt_lib_gui_set_expanded().
| struct { ... } dt_lib_t::navigation |
Referenced by gui_init().
| GList* dt_lib_t::plugins |
Referenced by _lib_plugin_header_button_press(), 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(), dt_view_manager_switch_by_view(), and register_lib().
| struct { ... } dt_lib_t::proxy |
Proxy functions for communication with views
Referenced by gui_init().