![]() |
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 |
Referenced by _undo_record(), dt_undo_clear(), dt_undo_disable_next(), and dt_undo_init().
| dt_undo_type_t dt_undo_t::group |
Referenced by dt_undo_end_group(), dt_undo_init(), and dt_undo_start_group().
| int dt_undo_t::group_indent |
Referenced by dt_undo_end_group(), dt_undo_init(), and dt_undo_start_group().
| gboolean dt_undo_t::locked |
Referenced by _undo_record(), and dt_undo_init().
| dt_pthread_mutex_t dt_undo_t::mutex |
Referenced by dt_undo_cleanup(), and dt_undo_init().
| GList * dt_undo_t::redo_list |
| GList* dt_undo_t::undo_list |