![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <undo.h>
Collaboration diagram for dt_undo_t:Data Fields | |
| GList * | undo_list |
| GList * | redo_list |
| dt_undo_type_t | group |
| int | group_indent |
| dt_pthread_mutex_t | mutex |
| gboolean | locked |
| gboolean | disable_next |
| gboolean dt_undo_t::disable_next |
Definition at line 76 of file undo.h.
Referenced by _undo_record(), dt_undo_clear(), dt_undo_disable_next(), and dt_undo_init().
| dt_undo_type_t dt_undo_t::group |
Definition at line 72 of file undo.h.
Referenced by dt_undo_end_group(), dt_undo_init(), and dt_undo_start_group().
| int dt_undo_t::group_indent |
Definition at line 73 of file undo.h.
Referenced by dt_undo_end_group(), dt_undo_init(), and dt_undo_start_group().
| gboolean dt_undo_t::locked |
Definition at line 75 of file undo.h.
Referenced by _undo_record(), and dt_undo_init().
| dt_pthread_mutex_t dt_undo_t::mutex |
Definition at line 74 of file undo.h.
Referenced by dt_undo_cleanup(), and dt_undo_init().
| GList * dt_undo_t::redo_list |
Definition at line 71 of file undo.h.
Referenced by _is_do_undo_list_populated(), _undo_do_undo_redo(), _undo_record(), dt_undo_clear(), dt_undo_init(), and dt_undo_iterate_internal().
| GList* dt_undo_t::undo_list |
Definition at line 71 of file undo.h.
Referenced by _is_do_undo_list_populated(), _undo_do_undo_redo(), _undo_record(), dt_undo_clear(), dt_undo_init(), and dt_undo_iterate_internal().