![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
The four timestamps, each with whether it is set at all. More...
#include <image_repository.h>
Collaboration diagram for dt_image_timestamps_t:Data Fields | |
| int64_t | import_timestamp |
| int64_t | change_timestamp |
| int64_t | export_timestamp |
| int64_t | print_timestamp |
| gboolean | has_import |
| gboolean | has_change |
| gboolean | has_export |
| gboolean | has_print |
The four timestamps, each with whether it is set at all.
Definition at line 198 of file image_repository.h.
| int64_t dt_image_timestamps_t::change_timestamp |
Definition at line 200 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| int64_t dt_image_timestamps_t::export_timestamp |
Definition at line 200 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| gboolean dt_image_timestamps_t::has_change |
Definition at line 201 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| gboolean dt_image_timestamps_t::has_export |
Definition at line 201 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| gboolean dt_image_timestamps_t::has_import |
Definition at line 201 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| gboolean dt_image_timestamps_t::has_print |
Definition at line 201 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| int64_t dt_image_timestamps_t::import_timestamp |
Definition at line 200 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().
| int64_t dt_image_timestamps_t::print_timestamp |
Definition at line 200 of file image_repository.h.
Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().