Blender V5.0
RadialControl Struct Reference

Public Attributes

PropertyType type
PropertySubType subtype
PointerRNA ptr
PointerRNA col_ptr
PointerRNA fill_col_ptr
PointerRNA rot_ptr
PointerRNA zoom_ptr
PointerRNA image_id_ptr
PointerRNA fill_col_override_ptr
PointerRNA fill_col_override_test_ptr
PropertyRNAprop = nullptr
PropertyRNAcol_prop = nullptr
PropertyRNAfill_col_prop = nullptr
PropertyRNArot_prop = nullptr
PropertyRNAzoom_prop = nullptr
PropertyRNAfill_col_override_prop = nullptr
PropertyRNAfill_col_override_test_prop = nullptr
StructRNAimage_id_srna = nullptr
float initial_value = 0.0f
float current_value = 0.0f
float min_value = 0.0f
float max_value = 0.0f
int initial_co [2] = {}
int initial_radial_center [2] = {}
int slow_mouse [2] = {}
bool slow_mode = false
Dialdial = nullptr
blender::gpu::Texturetexture = nullptr
ListBase orig_paintcursors = {}
bool use_secondary_tex = false
void * cursor = nullptr
NumInput num_input = {}
int init_event = 0

Detailed Description

Definition at line 2561 of file wm_operators.cc.

Member Data Documentation

◆ col_prop

PropertyRNA* RadialControl::col_prop = nullptr

Definition at line 2567 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_cursor().

◆ col_ptr

PointerRNA RadialControl::col_ptr

Definition at line 2564 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_cursor().

◆ current_value

float RadialControl::current_value = 0.0f

◆ cursor

void* RadialControl::cursor = nullptr

Definition at line 2588 of file wm_operators.cc.

Referenced by radial_control_cancel(), and radial_control_invoke().

◆ dial

Dial* RadialControl::dial = nullptr

Definition at line 2584 of file wm_operators.cc.

Referenced by radial_control_cancel(), and radial_control_modal().

◆ fill_col_override_prop

PropertyRNA* RadialControl::fill_col_override_prop = nullptr

Definition at line 2571 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ fill_col_override_ptr

PointerRNA RadialControl::fill_col_override_ptr

Definition at line 2565 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ fill_col_override_test_prop

PropertyRNA* RadialControl::fill_col_override_test_prop = nullptr

Definition at line 2572 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ fill_col_override_test_ptr

PointerRNA RadialControl::fill_col_override_test_ptr

Definition at line 2565 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ fill_col_prop

PropertyRNA* RadialControl::fill_col_prop = nullptr

Definition at line 2568 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ fill_col_ptr

PointerRNA RadialControl::fill_col_ptr

Definition at line 2564 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ image_id_ptr

PointerRNA RadialControl::image_id_ptr

◆ image_id_srna

StructRNA* RadialControl::image_id_srna = nullptr

Definition at line 2573 of file wm_operators.cc.

◆ init_event

int RadialControl::init_event = 0

Definition at line 2590 of file wm_operators.cc.

Referenced by radial_control_invoke(), and radial_control_modal().

◆ initial_co

int RadialControl::initial_co[2] = {}

◆ initial_radial_center

int RadialControl::initial_radial_center[2] = {}

◆ initial_value

float RadialControl::initial_value = 0.0f

◆ max_value

float RadialControl::max_value = 0.0f

Definition at line 2577 of file wm_operators.cc.

Referenced by radial_control_invoke(), and radial_control_modal().

◆ min_value

float RadialControl::min_value = 0.0f

Definition at line 2576 of file wm_operators.cc.

Referenced by radial_control_invoke(), and radial_control_modal().

◆ num_input

NumInput RadialControl::num_input = {}

◆ orig_paintcursors

ListBase RadialControl::orig_paintcursors = {}

Definition at line 2586 of file wm_operators.cc.

Referenced by radial_control_cancel(), and radial_control_invoke().

◆ prop

◆ ptr

◆ rot_prop

PropertyRNA* RadialControl::rot_prop = nullptr

Definition at line 2569 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ rot_ptr

PointerRNA RadialControl::rot_ptr

Definition at line 2564 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_paint_tex().

◆ slow_mode

bool RadialControl::slow_mode = false

Definition at line 2583 of file wm_operators.cc.

Referenced by radial_control_modal().

◆ slow_mouse

int RadialControl::slow_mouse[2] = {}

Definition at line 2582 of file wm_operators.cc.

Referenced by radial_control_modal().

◆ subtype

◆ texture

blender::gpu::Texture* RadialControl::texture = nullptr

◆ type

PropertyType RadialControl::type

Definition at line 2562 of file wm_operators.cc.

Referenced by radial_control_invoke(), and radial_control_set_value().

◆ use_secondary_tex

bool RadialControl::use_secondary_tex = false

Definition at line 2587 of file wm_operators.cc.

Referenced by radial_control_get_properties(), and radial_control_set_tex().

◆ zoom_prop

◆ zoom_ptr


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