![]() |
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 55 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 54 of file lib.h.
Referenced by dt_lib_cleanup(), and dt_lib_init().
| struct { ... } dt_lib_t::proxy |
Proxy functions for communication with views
Referenced by gui_init().