![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <history_snapshot.h>
Collaboration diagram for dt_undo_lt_history_t:Data Fields | |
| int32_t | imgid |
| int | before |
| int | before_history_end |
| int | after |
| int | after_history_end |
Definition at line 32 of file history_snapshot.h.
| int dt_undo_lt_history_t::after |
Definition at line 37 of file history_snapshot.h.
Referenced by _history_delete_apply(), _history_load_and_apply_apply(), _history_style_apply(), dt_history_copy_and_paste_on_image(), dt_history_delete_on_image_ext(), dt_history_snapshot_undo_lt_history_data_free(), dt_history_snapshot_undo_pop(), and dt_image_flip().
| int dt_undo_lt_history_t::after_history_end |
Definition at line 38 of file history_snapshot.h.
Referenced by _history_delete_apply(), _history_load_and_apply_apply(), _history_style_apply(), dt_history_copy_and_paste_on_image(), dt_history_delete_on_image_ext(), dt_history_snapshot_undo_pop(), and dt_image_flip().
| int dt_undo_lt_history_t::before |
Definition at line 35 of file history_snapshot.h.
Referenced by _history_delete_apply(), _history_load_and_apply_apply(), _history_style_apply(), dt_history_copy_and_paste_on_image(), dt_history_delete_on_image_ext(), dt_history_snapshot_undo_lt_history_data_free(), dt_history_snapshot_undo_pop(), and dt_image_flip().
| int dt_undo_lt_history_t::before_history_end |
Definition at line 36 of file history_snapshot.h.
Referenced by _history_delete_apply(), _history_load_and_apply_apply(), _history_style_apply(), dt_history_copy_and_paste_on_image(), dt_history_delete_on_image_ext(), dt_history_snapshot_undo_pop(), and dt_image_flip().
| int32_t dt_undo_lt_history_t::imgid |
Definition at line 34 of file history_snapshot.h.
Referenced by _history_delete_apply(), _history_load_and_apply_apply(), _history_style_apply(), dt_history_copy_and_paste_on_image(), dt_history_delete_on_image_ext(), dt_history_snapshot_undo_lt_history_data_free(), dt_history_snapshot_undo_pop(), and dt_image_flip().