![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <collection.h>
Collaboration diagram for dt_collection_params_t:Data Fields | |
| dt_collection_query_flags_t | query_flags |
| dt_collection_filter_flag_t | filter_flags |
| char * | text_filter |
| dt_collection_sort_t | sort |
| gint | descending |
Definition at line 189 of file collection.h.
| gint dt_collection_params_t::descending |
Definition at line 202 of file collection.h.
Referenced by _sort_query(), dt_collection_get_sort_descending(), and dt_collection_update().
| dt_collection_filter_flag_t dt_collection_params_t::filter_flags |
flags for which filters to use, see COLLECTION_FILTER_x defines...
Definition at line 195 of file collection.h.
Referenced by _recompose(), dt_collection_get_filter_flags(), and dt_collection_update().
| dt_collection_query_flags_t dt_collection_params_t::query_flags |
flags for which query parts to use, see COLLECTION_QUERY_x defines...
Definition at line 192 of file collection.h.
Referenced by _recompose(), dt_collection_get_query_flags(), dt_collection_query_get_images(), and dt_collection_update().
| dt_collection_sort_t dt_collection_params_t::sort |
sorting
Definition at line 201 of file collection.h.
Referenced by _recompose(), _sort_query(), dt_collection_get_sort_field(), and dt_collection_update().
| char* dt_collection_params_t::text_filter |
text filter
Definition at line 198 of file collection.h.
Referenced by _recompose(), dt_collection_free(), dt_collection_get_text_filter(), dt_collection_query_cleanup(), dt_collection_query_set_rules(), and dt_collection_update().