![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <tags.h>
Collaboration diagram for dt_tag_t:Data Fields | |
| guint | id |
| gchar * | tag |
| gchar * | leave |
| gchar * | synonym |
| guint | count |
| guint | select |
| gint | flags |
| guint dt_tag_t::count |
Definition at line 55 of file tags.h.
Referenced by sort_tag_by_count().
| gint dt_tag_t::flags |
Definition at line 57 of file tags.h.
Referenced by _is_not_exportable_tag().
| gchar* dt_tag_t::leave |
Definition at line 53 of file tags.h.
Referenced by sort_tag_by_leave().
| gchar* dt_tag_t::tag |
Definition at line 52 of file tags.h.
Referenced by _is_not_exportable_tag(), and sort_tag_by_path().