![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <accelerators.h>
Collaboration diagram for dt_shortcut_t:Data Fields | |
| GtkWidget * | widget |
| GList * | closure |
| char * | path |
| const char * | signal |
| GtkAccelGroup * | accel_group |
| guint | key |
| GdkModifierType | mods |
| dt_shortcut_type_t | type |
| gboolean | locked |
| gboolean | virtual_shortcut |
| const char * | description |
| dt_accels_t * | accels |
Definition at line 167 of file accelerators.h.
| GtkAccelGroup* dt_shortcut_t::accel_group |
Definition at line 173 of file accelerators.h.
Referenced by _add_generic_accel(), _add_widget_accel(), _call_shortcut_cclosure(), _for_each_accel(), _for_each_non_virtual_accel(), _for_each_path_create_treeview_row(), _remove_generic_accel(), _remove_widget_accel(), _shortcut_edited(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| dt_accels_t* dt_shortcut_t::accels |
Definition at line 180 of file accelerators.h.
Referenced by _connect_accel(), _for_each_path_create_treeview_row(), _insert_parent_data_into_children(), _remove_accel_hashtable(), _shortcut_edited(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| GList* dt_shortcut_t::closure |
Definition at line 170 of file accelerators.h.
Referenced by _clean_shortcut(), _dispatch_selected_shortcut(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), dt_accels_new_widget_shortcut(), dt_shortcut_get_payload_closure(), dt_shortcut_remove_closure(), and dt_shortcut_set_closure().
| const char* dt_shortcut_t::description |
Definition at line 179 of file accelerators.h.
Referenced by _accels_tooltip_query_hook(), _create_main_row(), _dispatch_selected_shortcut(), _for_each_path_create_treeview_row(), _queue_action_from_shortcut(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| guint dt_shortcut_t::key |
Definition at line 174 of file accelerators.h.
Referenced by _accels_tooltip_query_hook(), _add_generic_accel(), _add_widget_accel(), _call_shortcut_cclosure(), _connect_accel(), _create_main_row(), _for_each_accel(), _for_each_non_virtual_accel(), _for_each_path_create_treeview_row(), _make_column_clearable(), _remove_accel_hashtable(), _update_shortcut_state(), _virtual_shortcut_callback(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| gboolean dt_shortcut_t::locked |
Definition at line 177 of file accelerators.h.
Referenced by _make_column_clearable(), _make_column_editable(), _update_shortcut_state(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| GdkModifierType dt_shortcut_t::mods |
Definition at line 175 of file accelerators.h.
Referenced by _accels_tooltip_query_hook(), _add_generic_accel(), _add_widget_accel(), _call_shortcut_cclosure(), _connect_accel(), _create_main_row(), _for_each_accel(), _for_each_non_virtual_accel(), _for_each_path_create_treeview_row(), _update_shortcut_state(), _virtual_shortcut_callback(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| char* dt_shortcut_t::path |
Definition at line 171 of file accelerators.h.
Referenced by _clean_shortcut(), _connect_accel(), _find_parent_hashtable(), _for_each_accel(), _for_each_non_virtual_accel(), _insert_accel(), _queue_action_from_shortcut(), _remove_accel_hashtable(), _search_entry_changed(), _search_entry_key_pressed(), _shortcut_edited(), _shortcut_search_recent_insert_prefix(), _shortcut_search_save_recent_entry(), _update_shortcut_state(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| const char* dt_shortcut_t::signal |
Definition at line 172 of file accelerators.h.
Referenced by _add_widget_accel(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| dt_shortcut_type_t dt_shortcut_t::type |
Definition at line 176 of file accelerators.h.
Referenced by _connect_accel(), _update_shortcut_state(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| gboolean dt_shortcut_t::virtual_shortcut |
Definition at line 178 of file accelerators.h.
Referenced by _for_each_non_virtual_accel(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().
| GtkWidget* dt_shortcut_t::widget |
Definition at line 169 of file accelerators.h.
Referenced by _add_widget_accel(), _connect_accel(), _dispatch_selected_shortcut(), _remove_widget_accel(), _virtual_shortcut_callback(), dt_accels_new_action_shortcut(), dt_accels_new_virtual_instance_shortcut(), dt_accels_new_virtual_shortcut(), and dt_accels_new_widget_shortcut().