![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <collection.h>
Collaboration diagram for dt_collection_t:Data Fields | |
| gchar * | query |
| gchar ** | where_ext |
| unsigned int | count |
| unsigned int | tagid |
| dt_collection_params_t | params |
| dt_collection_params_t | store |
Definition at line 171 of file collection.h.
| unsigned int dt_collection_t::count |
Definition at line 175 of file collection.h.
Referenced by _dt_collection_compute_count(), and dt_collection_get_count().
| dt_collection_params_t dt_collection_t::params |
Definition at line 177 of file collection.h.
Referenced by _dt_collection_store(), dt_collection_free(), dt_collection_get(), dt_collection_get_filter_flags(), dt_collection_get_query_flags(), dt_collection_get_sort_descending(), dt_collection_get_sort_field(), dt_collection_get_sort_query(), dt_collection_get_text_filter(), dt_collection_params(), dt_collection_reset(), dt_collection_set_filter_flags(), dt_collection_set_query_flags(), dt_collection_set_sort(), dt_collection_set_text_filter(), dt_collection_update(), and gui_init().
| gchar* dt_collection_t::query |
Definition at line 173 of file collection.h.
Referenced by _dt_collection_store(), dt_collection_free(), and dt_collection_get_query().
| dt_collection_params_t dt_collection_t::store |
Definition at line 178 of file collection.h.
| unsigned int dt_collection_t::tagid |
Definition at line 176 of file collection.h.
Referenced by _dt_collection_set_selq_pre_sort(), _lib_filter_set_tag_order(), dt_collection_set_tag_id(), and dt_collection_update().
| gchar** dt_collection_t::where_ext |
Definition at line 174 of file collection.h.
Referenced by dt_collection_free(), dt_collection_get_extended_where(), and dt_collection_set_extended_where().