![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_shape_manager_t:Data Fields | |
| dt_shape_manager_list_t | lists [DT_SHAPE_LIST_COUNT] |
| GtkWidget * | popup_window |
| GtkWidget * | popup_button |
| GdkPixbuf * | ic_used |
| GdkPixbuf * | ic_add |
| GdkPixbuf * | ic_add_off |
| GdkPixbuf * | ic_assign |
| GdkPixbuf * | ic_inverse |
| GdkPixbuf * | ic_union |
| GdkPixbuf * | ic_intersection |
| GdkPixbuf * | ic_difference |
| GdkPixbuf * | ic_exclusion |
| int | gui_reset |
| gboolean | name_edit_cursor_at_end |
| dt_shape_list_t | name_edit_which |
| int | name_edit_formid |
| gboolean | name_edit_at_end |
Definition at line 132 of file libs/shape_manager.c.
| int dt_shape_manager_t::gui_reset |
Definition at line 152 of file libs/shape_manager.c.
Referenced by _add_masks_history_item(), _shape_manager_broadcast(), _shape_manager_recreate_list(), _shape_manager_selection_change_in(), _tree_delete_shape(), _tree_movedown(), _tree_moveup(), _tree_restrict_select(), _tree_row_action(), and _tree_selection_change().
| GdkPixbuf* dt_shape_manager_t::ic_add |
Definition at line 144 of file libs/shape_manager.c.
Referenced by _add_cell_data_func().
| GdkPixbuf* dt_shape_manager_t::ic_add_off |
Definition at line 145 of file libs/shape_manager.c.
Referenced by _add_cell_data_func().
| GdkPixbuf* dt_shape_manager_t::ic_assign |
Definition at line 146 of file libs/shape_manager.c.
| GdkPixbuf* dt_shape_manager_t::ic_difference |
Definition at line 150 of file libs/shape_manager.c.
Referenced by _set_iter_name(), and _tree_append_row().
| GdkPixbuf* dt_shape_manager_t::ic_exclusion |
Definition at line 151 of file libs/shape_manager.c.
Referenced by _set_iter_name(), and _tree_append_row().
| GdkPixbuf* dt_shape_manager_t::ic_intersection |
Definition at line 149 of file libs/shape_manager.c.
Referenced by _set_iter_name(), and _tree_append_row().
| GdkPixbuf* dt_shape_manager_t::ic_inverse |
Definition at line 147 of file libs/shape_manager.c.
Referenced by _set_iter_name(), and _tree_append_row().
| GdkPixbuf* dt_shape_manager_t::ic_union |
Definition at line 148 of file libs/shape_manager.c.
Referenced by _set_iter_name(), and _tree_append_row().
| GdkPixbuf* dt_shape_manager_t::ic_used |
Definition at line 140 of file libs/shape_manager.c.
| dt_shape_manager_list_t dt_shape_manager_t::lists[DT_SHAPE_LIST_COUNT] |
Definition at line 134 of file libs/shape_manager.c.
Referenced by _selected_group_in_module_list(), _shape_manager_recreate_list(), _shape_manager_refresh_row(), _shape_manager_remove_item(), _shape_manager_selection_change(), _shape_manager_sync_add_sensitivity(), _shape_manager_update_list(), and _tree_edit_group_name_idle().
| gboolean dt_shape_manager_t::name_edit_at_end |
Definition at line 164 of file libs/shape_manager.c.
Referenced by _tree_edit_group_name(), and _tree_edit_group_name_idle().
| gboolean dt_shape_manager_t::name_edit_cursor_at_end |
Definition at line 158 of file libs/shape_manager.c.
Referenced by _tree_name_editing_started(), and _tree_start_name_editing().
| int dt_shape_manager_t::name_edit_formid |
Definition at line 163 of file libs/shape_manager.c.
Referenced by _tree_edit_group_name(), and _tree_edit_group_name_idle().
| dt_shape_list_t dt_shape_manager_t::name_edit_which |
Definition at line 162 of file libs/shape_manager.c.
Referenced by _tree_edit_group_name(), and _tree_edit_group_name_idle().
| GtkWidget* dt_shape_manager_t::popup_button |
Definition at line 138 of file libs/shape_manager.c.
| GtkWidget* dt_shape_manager_t::popup_window |
Definition at line 137 of file libs/shape_manager.c.
Referenced by _shape_manager_recreate_list(), _tree_name_editing_done(), and _tree_name_editing_started().