![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_undo_metadata_t:Data Fields | |
| int32_t | imgid |
| GList * | before |
| GList * | after |
Definition at line 219 of file common/metadata.c.
| GList* dt_undo_metadata_t::after |
Definition at line 223 of file common/metadata.c.
Referenced by _metadata_execute(), _pop_undo(), and _undo_metadata_free().
| GList* dt_undo_metadata_t::before |
Definition at line 222 of file common/metadata.c.
Referenced by _metadata_execute(), _pop_undo(), and _undo_metadata_free().
| int32_t dt_undo_metadata_t::imgid |
Definition at line 221 of file common/metadata.c.
Referenced by _metadata_execute(), and _pop_undo().