Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_collection_params_t Struct Reference

#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
 

Detailed Description

Definition at line 189 of file collection.h.

Field Documentation

◆ descending

gint dt_collection_params_t::descending

◆ filter_flags

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().

◆ query_flags

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().

◆ sort

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().

◆ text_filter

char* dt_collection_params_t::text_filter

The documentation for this struct was generated from the following file: