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

#include <collection.h>

+ Collaboration diagram for dt_collection_t:

Data Fields

dt_collection_rule_trules
 
int n_rules
 
unsigned int count
 
unsigned int tagid
 
dt_collection_params_t params
 
dt_collection_params_t store
 

Detailed Description

Definition at line 206 of file collection.h.

Field Documentation

◆ count

unsigned int dt_collection_t::count

Definition at line 210 of file collection.h.

◆ n_rules

int dt_collection_t::n_rules

Definition at line 209 of file collection.h.

Referenced by dt_collection_free(), and dt_collection_update().

◆ params

◆ rules

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

◆ store

dt_collection_params_t dt_collection_t::store

Definition at line 213 of file collection.h.

◆ tagid

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


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