![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_sel_img_t:Data Fields | |
| int32_t | imgid |
| uint32_t | segid |
| gchar | dt [DT_DATETIME_LENGTH] |
| gboolean | counted |
| dt_image_geoloc_t | gl |
| GObject * | image |
Definition at line 141 of file geotagging.c.
| gboolean dt_sel_img_t::counted |
Definition at line 146 of file geotagging.c.
| gchar dt_sel_img_t::dt[DT_DATETIME_LENGTH] |
Definition at line 145 of file geotagging.c.
Referenced by _count_images_per_track(), and _setup_selected_images_list().
| dt_image_geoloc_t dt_sel_img_t::gl |
Definition at line 147 of file geotagging.c.
| GObject* dt_sel_img_t::image |
Definition at line 148 of file geotagging.c.
| int32_t dt_sel_img_t::imgid |
Definition at line 143 of file geotagging.c.
Referenced by _setup_selected_images_list().
| uint32_t dt_sel_img_t::segid |
Definition at line 144 of file geotagging.c.
Referenced by _count_images_per_track().