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

#include <collection.h>

+ Collaboration diagram for dt_collection_name_value_t:

Data Fields

char * name
 
int id
 
int count
 
int status
 

Detailed Description

One distinct value of a collection property, for the library module's value lists.

Definition at line 249 of file collection.h.

Field Documentation

◆ count

int dt_collection_name_value_t::count

Definition at line 253 of file collection.h.

Referenced by _collect_sorted_tree_names(), and _populate_list().

◆ id

int dt_collection_name_value_t::id

Definition at line 252 of file collection.h.

Referenced by _populate_list().

◆ name

char* dt_collection_name_value_t::name

Definition at line 251 of file collection.h.

Referenced by _collect_sorted_tree_names(), and _populate_list().

◆ status

int dt_collection_name_value_t::status

Definition at line 254 of file collection.h.

Referenced by _collect_sorted_tree_names(), and _populate_list().


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