Blender V4.5
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_mouse [2] = {}
int initial_co [2] = {}
int slow_mouse [2] = {}
bool slow_mode = false
Dialdial = nullptr
GPUTexture * texture = nullptr
ListBase orig_paintcursors = {}
bool use_secondary_tex = false
void * cursor = nullptr
NumInput num_input = {}
int init_event = 0

Detailed Description

Definition at line 2526 of file wm_operators.cc.

Member Data Documentation

◆ col_prop

PropertyRNA* RadialControl::col_prop = nullptr

Definition at line 2532 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 2529 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 2551 of file wm_operators.cc.

Referenced by radial_control_cancel(), and radial_control_invoke().

◆ dial

Dial* RadialControl::dial = nullptr

Definition at line 2547 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 2536 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 2530 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 2537 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 2530 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 2533 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 2529 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 2538 of file wm_operators.cc.

◆ init_event

int RadialControl::init_event = 0

Definition at line 2553 of file wm_operators.cc.

Referenced by radial_control_invoke(), and radial_control_modal().

◆ initial_co

int RadialControl::initial_co[2] = {}

◆ initial_mouse

int RadialControl::initial_mouse[2] = {}

◆ initial_value

float RadialControl::initial_value = 0.0f

◆ max_value

float RadialControl::max_value = 0.0f

Definition at line 2542 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 2541 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 2549 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 2534 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 2529 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 2546 of file wm_operators.cc.

Referenced by radial_control_modal().

◆ slow_mouse

int RadialControl::slow_mouse[2] = {}

Definition at line 2545 of file wm_operators.cc.

Referenced by radial_control_modal().

◆ subtype

◆ texture

GPUTexture* RadialControl::texture = nullptr

◆ type

PropertyType RadialControl::type

Definition at line 2527 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 2550 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: