![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_selection_t:Data Fields | |
| uint32_t | length |
| int32_t | last_single_id |
| GList * | ids |
Definition at line 47 of file selection.c.
| GList* dt_selection_t::ids |
Definition at line 57 of file selection.c.
Referenced by _add_id_link(), _remove_id_link(), _reset_ids_list(), _update_last_ids(), dt_selection_free(), dt_selection_get_length(), dt_selection_get_list(), dt_selection_ids_to_string(), dt_selection_is_id_selected(), dt_selection_reload_from_database_real(), and dt_selection_toggle().
| int32_t dt_selection_t::last_single_id |
Definition at line 54 of file selection.c.
Referenced by _add_id_link(), _reset_ids_list(), _update_last_ids(), and dt_selection_get_first_id().
| uint32_t dt_selection_t::length |
Definition at line 50 of file selection.c.
Referenced by _add_id_link(), _remove_id_link(), _reset_ids_list(), dt_selection_get_length(), dt_selection_ids_to_string(), and dt_selection_reload_from_database_real().