![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <imageio_module.h>
Collaboration diagram for dt_imageio_module_storage_t:Data Fields | |
| char | plugin_name [128] |
| GModule *GtkWidget * | widget |
| void * | gui_data |
Definition at line 102 of file imageio_module.h.
| void* dt_imageio_module_storage_t::gui_data |
Definition at line 115 of file imageio_module.h.
Referenced by ask_user_confirmation(), button_clicked(), button_clicked(), finalize_store(), get_params(), gui_cleanup(), gui_init(), gui_reset(), set_params(), and store().
| char dt_imageio_module_storage_t::plugin_name[128] |
Definition at line 108 of file imageio_module.h.
Referenced by dt_imageio_load_module_storage(), get_params(), and set_storage_by_name().
| GModule* GtkWidget* dt_imageio_module_storage_t::widget |
Definition at line 112 of file imageio_module.h.
Referenced by gui_init().