![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <collection.h>
Collaboration diagram for dt_collection_name_value_t:Data Fields | |
| char * | name |
| int | id |
| int | count |
| int | status |
One distinct value of a collection property, for the library module's value lists.
Definition at line 249 of file collection.h.
| int dt_collection_name_value_t::count |
Definition at line 253 of file collection.h.
Referenced by _collect_sorted_tree_names(), and _populate_list().
| int dt_collection_name_value_t::id |
Definition at line 252 of file collection.h.
Referenced by _populate_list().
| char* dt_collection_name_value_t::name |
Definition at line 251 of file collection.h.
Referenced by _collect_sorted_tree_names(), and _populate_list().
| int dt_collection_name_value_t::status |
Definition at line 254 of file collection.h.
Referenced by _collect_sorted_tree_names(), and _populate_list().