Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_lib_tagging_t Struct Reference
+ Collaboration diagram for dt_lib_tagging_t:

Data Fields

char keyword [1024]
 
GtkEntry * entry
 
GtkEntry * dict_entry
 
GtkWidgetmanage_window
 
GtkTreeView * attached_view
 
GtkTreeView * dictionary_view
 
GtkWidgetvalidate_button
 
GtkWidgetnew_button
 
GtkWidgetimport_button
 
GtkWidgetexport_button
 
GtkWidgettoggle_tree_button
 
GtkWidgettoggle_suggestion_button
 
GtkWidgetattached_view_combo
 
GtkWidgetsort_combo
 
GtkWidgetdttags_check
 
GtkListStore * attached_liststore
 
GtkListStore * dictionary_liststore
 
GtkListStore * completion_store
 
GtkTreeStore * attached_treestore
 
GtkTreeStore * dictionary_treestore
 
GtkTreeModelFilter * dictionary_listfilter
 
GtkTreeModelFilter * dictionary_treefilter
 
GHashTable * collection_tags
 
GtkWidgetfloating_tag_window
 
GList * floating_tag_imgs
 
gboolean tree_flag
 
gboolean suggestion_flag
 
gboolean sort_count_flag
 
gboolean hide_path_flag
 
gboolean dttags_flag
 
gboolean attached_tree_flag
 
char * collection
 
char * last_tag
 
struct { 
 
   gchar *   tagname 
 
   GtkTreePath *   path 
 
   GtkTreePath *   lastpath 
 
   int   expand_timeout 
 
   int   scroll_timeout 
 
   int   last_y 
 
   gboolean   root 
 
   gboolean   tag_source 
 
drag 
 

Detailed Description

Definition at line 77 of file tagging.c.

Field Documentation

◆ attached_liststore

GtkListStore* dt_lib_tagging_t::attached_liststore

Definition at line 86 of file tagging.c.

◆ attached_tree_flag

gboolean dt_lib_tagging_t::attached_tree_flag

Definition at line 93 of file tagging.c.

◆ attached_treestore

GtkTreeStore* dt_lib_tagging_t::attached_treestore

Definition at line 87 of file tagging.c.

◆ attached_view

GtkTreeView* dt_lib_tagging_t::attached_view

Definition at line 82 of file tagging.c.

◆ attached_view_combo

GtkWidget* dt_lib_tagging_t::attached_view_combo

Definition at line 85 of file tagging.c.

◆ collection

char* dt_lib_tagging_t::collection

Definition at line 94 of file tagging.c.

◆ collection_tags

GHashTable* dt_lib_tagging_t::collection_tags

Definition at line 89 of file tagging.c.

◆ completion_store

GtkListStore * dt_lib_tagging_t::completion_store

Definition at line 86 of file tagging.c.

◆ dict_entry

GtkEntry * dt_lib_tagging_t::dict_entry

Definition at line 80 of file tagging.c.

◆ dictionary_listfilter

GtkTreeModelFilter* dt_lib_tagging_t::dictionary_listfilter

Definition at line 88 of file tagging.c.

◆ dictionary_liststore

GtkListStore * dt_lib_tagging_t::dictionary_liststore

Definition at line 86 of file tagging.c.

◆ dictionary_treefilter

GtkTreeModelFilter * dt_lib_tagging_t::dictionary_treefilter

Definition at line 88 of file tagging.c.

◆ dictionary_treestore

GtkTreeStore * dt_lib_tagging_t::dictionary_treestore

Definition at line 87 of file tagging.c.

◆ dictionary_view

GtkTreeView * dt_lib_tagging_t::dictionary_view

Definition at line 82 of file tagging.c.

◆ [struct]

struct { ... } dt_lib_tagging_t::drag

◆ dttags_check

GtkWidget * dt_lib_tagging_t::dttags_check

Definition at line 85 of file tagging.c.

◆ dttags_flag

gboolean dt_lib_tagging_t::dttags_flag

Definition at line 92 of file tagging.c.

◆ entry

GtkEntry* dt_lib_tagging_t::entry

Definition at line 80 of file tagging.c.

◆ expand_timeout

int dt_lib_tagging_t::expand_timeout

Definition at line 100 of file tagging.c.

◆ export_button

GtkWidget * dt_lib_tagging_t::export_button

Definition at line 83 of file tagging.c.

◆ floating_tag_imgs

GList* dt_lib_tagging_t::floating_tag_imgs

Definition at line 91 of file tagging.c.

◆ floating_tag_window

GtkWidget* dt_lib_tagging_t::floating_tag_window

Definition at line 90 of file tagging.c.

◆ hide_path_flag

gboolean dt_lib_tagging_t::hide_path_flag

Definition at line 92 of file tagging.c.

◆ import_button

GtkWidget * dt_lib_tagging_t::import_button

Definition at line 83 of file tagging.c.

◆ keyword

char dt_lib_tagging_t::keyword[1024]

Definition at line 79 of file tagging.c.

◆ last_tag

char* dt_lib_tagging_t::last_tag

Definition at line 95 of file tagging.c.

◆ last_y

int dt_lib_tagging_t::last_y

Definition at line 100 of file tagging.c.

◆ lastpath

GtkTreePath * dt_lib_tagging_t::lastpath

Definition at line 99 of file tagging.c.

◆ manage_window

GtkWidget* dt_lib_tagging_t::manage_window

Definition at line 81 of file tagging.c.

◆ new_button

GtkWidget * dt_lib_tagging_t::new_button

Definition at line 83 of file tagging.c.

◆ path

GtkTreePath* dt_lib_tagging_t::path

Definition at line 99 of file tagging.c.

◆ root

gboolean dt_lib_tagging_t::root

Definition at line 101 of file tagging.c.

◆ scroll_timeout

int dt_lib_tagging_t::scroll_timeout

Definition at line 100 of file tagging.c.

◆ sort_combo

GtkWidget * dt_lib_tagging_t::sort_combo

Definition at line 85 of file tagging.c.

◆ sort_count_flag

gboolean dt_lib_tagging_t::sort_count_flag

Definition at line 92 of file tagging.c.

◆ suggestion_flag

gboolean dt_lib_tagging_t::suggestion_flag

Definition at line 92 of file tagging.c.

◆ tag_source

gboolean dt_lib_tagging_t::tag_source

Definition at line 101 of file tagging.c.

◆ tagname

gchar* dt_lib_tagging_t::tagname

Definition at line 98 of file tagging.c.

◆ toggle_suggestion_button

GtkWidget * dt_lib_tagging_t::toggle_suggestion_button

Definition at line 84 of file tagging.c.

◆ toggle_tree_button

GtkWidget* dt_lib_tagging_t::toggle_tree_button

Definition at line 84 of file tagging.c.

◆ tree_flag

gboolean dt_lib_tagging_t::tree_flag

Definition at line 92 of file tagging.c.

◆ validate_button

GtkWidget* dt_lib_tagging_t::validate_button

Definition at line 83 of file tagging.c.


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