![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <history.h>
Collaboration diagram for dt_history_item_t:Data Fields | |
| guint | num |
| gchar * | op |
| gchar * | name |
| gboolean | enabled |
| gboolean dt_history_item_t::enabled |
Definition at line 83 of file history.h.
Referenced by _collect_item(), _gui_styles_dialog_run(), and dt_gui_hist_dialog_new().
| gchar* dt_history_item_t::name |
Definition at line 82 of file history.h.
Referenced by _collect_item(), _gui_styles_dialog_run(), dt_gui_hist_dialog_new(), and dt_history_item_free().
| guint dt_history_item_t::num |
Definition at line 80 of file history.h.
Referenced by _collect_item(), _gui_styles_dialog_run(), and dt_gui_hist_dialog_new().
| gchar* dt_history_item_t::op |
Definition at line 81 of file history.h.
Referenced by _collect_item(), _gui_styles_dialog_run(), dt_gui_hist_dialog_new(), and dt_history_item_free().