![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <collection.h>
Collaboration diagram for dt_collection_t:Data Fields | |
| dt_collection_rule_t * | rules |
| int | n_rules |
| unsigned int | count |
| unsigned int | tagid |
| dt_collection_params_t | params |
| dt_collection_params_t | store |
Definition at line 206 of file collection.h.
| unsigned int dt_collection_t::count |
Definition at line 210 of file collection.h.
| int dt_collection_t::n_rules |
Definition at line 209 of file collection.h.
Referenced by dt_collection_free(), and dt_collection_update().
| dt_collection_params_t dt_collection_t::params |
Definition at line 212 of file collection.h.
Referenced by dt_collection_free(), dt_collection_get_filter_flags(), dt_collection_get_query_flags(), dt_collection_get_sort_descending(), dt_collection_get_sort_field(), 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(), and dt_collection_update().
| dt_collection_rule_t* dt_collection_t::rules |
the user's rules; SQL is composed from these downstream
Definition at line 208 of file collection.h.
Referenced by dt_collection_free(), and dt_collection_update().
| dt_collection_params_t dt_collection_t::store |
Definition at line 213 of file collection.h.
| unsigned int dt_collection_t::tagid |
Definition at line 211 of file collection.h.
Referenced by dt_collection_set_tag_id(), and dt_collection_update().