Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_masks_shape_buttons_config_t Struct Reference

#include <masks.h>

+ Collaboration diagram for dt_masks_shape_buttons_config_t:

Data Fields

dt_iop_module_towner_module
 
dt_iop_module_tcreation_module
 
GtkWidget ** buttons
 
int * types
 
const char * action_section
 
dt_masks_shape_buttons_flags_t flags
 
dt_masks_shape_buttons_flags_t register_flags
 
gboolean local
 
gpointer user_data
 
dt_masks_shape_buttons_start_f can_start
 
dt_masks_shape_buttons_type_f form_type
 
dt_masks_shape_buttons_notify_f started
 
dt_masks_shape_buttons_notify_f exited
 

Detailed Description

Definition at line 967 of file masks.h.

Field Documentation

◆ action_section

const char* dt_masks_shape_buttons_config_t::action_section

Definition at line 973 of file masks.h.

Referenced by dt_masks_shape_buttons_create().

◆ buttons

GtkWidget** dt_masks_shape_buttons_config_t::buttons

Definition at line 971 of file masks.h.

Referenced by dt_masks_shape_buttons_create().

◆ can_start

dt_masks_shape_buttons_start_f dt_masks_shape_buttons_config_t::can_start

Definition at line 978 of file masks.h.

Referenced by _masks_shape_button_pressed().

◆ creation_module

dt_iop_module_t* dt_masks_shape_buttons_config_t::creation_module

Definition at line 970 of file masks.h.

Referenced by _masks_shape_button_is_current_creation().

◆ exited

dt_masks_shape_buttons_notify_f dt_masks_shape_buttons_config_t::exited

Definition at line 981 of file masks.h.

Referenced by _masks_shape_button_pressed().

◆ flags

dt_masks_shape_buttons_flags_t dt_masks_shape_buttons_config_t::flags

Definition at line 974 of file masks.h.

Referenced by dt_masks_shape_buttons_create().

◆ form_type

dt_masks_shape_buttons_type_f dt_masks_shape_buttons_config_t::form_type

Definition at line 979 of file masks.h.

Referenced by _masks_shape_button_pressed().

◆ local

gboolean dt_masks_shape_buttons_config_t::local

Definition at line 976 of file masks.h.

Referenced by dt_masks_shape_buttons_create().

◆ owner_module

dt_iop_module_t* dt_masks_shape_buttons_config_t::owner_module

◆ register_flags

dt_masks_shape_buttons_flags_t dt_masks_shape_buttons_config_t::register_flags

Definition at line 975 of file masks.h.

Referenced by dt_masks_shape_buttons_create().

◆ started

dt_masks_shape_buttons_notify_f dt_masks_shape_buttons_config_t::started

Definition at line 980 of file masks.h.

Referenced by _masks_shape_button_pressed().

◆ types

int* dt_masks_shape_buttons_config_t::types

Definition at line 972 of file masks.h.

Referenced by dt_masks_shape_buttons_create().

◆ user_data

gpointer dt_masks_shape_buttons_config_t::user_data

Definition at line 977 of file masks.h.

Referenced by _masks_shape_button_pressed().


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