Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_undo_datetime_t Struct Reference
+ Collaboration diagram for dt_undo_datetime_t:

Data Fields

int32_t imgid
 
char before [DT_DATETIME_LENGTH]
 
char after [DT_DATETIME_LENGTH]
 

Detailed Description

Definition at line 133 of file common/image.c.

Field Documentation

◆ after

char dt_undo_datetime_t::after[DT_DATETIME_LENGTH]

Definition at line 137 of file common/image.c.

Referenced by _image_set_datetime(), _image_set_datetimes(), and _pop_undo().

◆ before

char dt_undo_datetime_t::before[DT_DATETIME_LENGTH]

Definition at line 136 of file common/image.c.

Referenced by _image_set_datetime(), _image_set_datetimes(), and _pop_undo().

◆ imgid

int32_t dt_undo_datetime_t::imgid

Definition at line 135 of file common/image.c.

Referenced by _image_set_datetime(), _image_set_datetimes(), and _pop_undo().


The documentation for this struct was generated from the following file: