![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_control_crawler_result_t:Data Fields | |
| int | id |
| time_t | timestamp_xmp |
| time_t | timestamp_db |
| char * | image_path |
| char * | xmp_path |
| int dt_control_crawler_result_t::id |
Definition at line 70 of file crawler.c.
Referenced by _get_crawler_entry_from_model(), dt_control_crawler_run(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().
| char* dt_control_crawler_result_t::image_path |
Definition at line 73 of file crawler.c.
Referenced by _free_crawler_result(), _get_crawler_entry_from_model(), dt_control_crawler_run(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().
| time_t dt_control_crawler_result_t::timestamp_db |
Definition at line 72 of file crawler.c.
Referenced by _get_crawler_entry_from_model(), dt_control_crawler_run(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), and sync_oldest_to_newest().
| time_t dt_control_crawler_result_t::timestamp_xmp |
Definition at line 71 of file crawler.c.
Referenced by _get_crawler_entry_from_model(), dt_control_crawler_run(), dt_control_crawler_show_image_list(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().
| char * dt_control_crawler_result_t::xmp_path |
Definition at line 73 of file crawler.c.
Referenced by _free_crawler_result(), _get_crawler_entry_from_model(), dt_control_crawler_run(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().