![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <imageio_module.h>
Collaboration diagram for dt_imageio_module_format_t:Data Fields | |
| char | plugin_name [128] |
| GModule *GtkWidget * | widget |
| void * | gui_data |
| gboolean | ready |
Definition at line 82 of file imageio_module.h.
| void* dt_imageio_module_format_t::gui_data |
Definition at line 95 of file imageio_module.h.
Referenced by _set_paper_size(), gui_cleanup(), gui_init(), gui_reset(), and set_params().
| char dt_imageio_module_format_t::plugin_name[128] |
Definition at line 88 of file imageio_module.h.
Referenced by dt_imageio_load_module_format(), and get_params().
| gboolean dt_imageio_module_format_t::ready |
Definition at line 97 of file imageio_module.h.
Referenced by dt_imageio_load_module_format(), and init().
| GModule* GtkWidget* dt_imageio_module_format_t::widget |
Definition at line 92 of file imageio_module.h.
Referenced by gui_init().