|
Blender V4.5
|
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 |
| PropertyRNA * | prop = nullptr |
| PropertyRNA * | col_prop = nullptr |
| PropertyRNA * | fill_col_prop = nullptr |
| PropertyRNA * | rot_prop = nullptr |
| PropertyRNA * | zoom_prop = nullptr |
| PropertyRNA * | fill_col_override_prop = nullptr |
| PropertyRNA * | fill_col_override_test_prop = nullptr |
| StructRNA * | image_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 |
| Dial * | dial = nullptr |
| GPUTexture * | texture = nullptr |
| ListBase | orig_paintcursors = {} |
| bool | use_secondary_tex = false |
| void * | cursor = nullptr |
| NumInput | num_input = {} |
| int | init_event = 0 |
Definition at line 2526 of file wm_operators.cc.
| 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().
| PointerRNA RadialControl::col_ptr |
Definition at line 2529 of file wm_operators.cc.
Referenced by radial_control_get_properties(), and radial_control_paint_cursor().
| float RadialControl::current_value = 0.0f |
Definition at line 2540 of file wm_operators.cc.
Referenced by radial_control_invoke(), radial_control_modal(), radial_control_paint_cursor(), and radial_control_update_header().
| void* RadialControl::cursor = nullptr |
Definition at line 2551 of file wm_operators.cc.
Referenced by radial_control_cancel(), and radial_control_invoke().
Definition at line 2547 of file wm_operators.cc.
Referenced by radial_control_cancel(), and radial_control_modal().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| PointerRNA RadialControl::image_id_ptr |
Definition at line 2529 of file wm_operators.cc.
Referenced by radial_control_get_properties(), radial_control_paint_cursor(), and radial_control_set_tex().
Definition at line 2538 of file wm_operators.cc.
| int RadialControl::init_event = 0 |
Definition at line 2553 of file wm_operators.cc.
Referenced by radial_control_invoke(), and radial_control_modal().
| int RadialControl::initial_co[2] = {} |
Definition at line 2544 of file wm_operators.cc.
Referenced by radial_control_paint_cursor(), and radial_control_set_initial_mouse().
| int RadialControl::initial_mouse[2] = {} |
Definition at line 2543 of file wm_operators.cc.
Referenced by radial_control_modal(), radial_control_paint_cursor(), and radial_control_set_initial_mouse().
| float RadialControl::initial_value = 0.0f |
Definition at line 2539 of file wm_operators.cc.
Referenced by radial_control_invoke(), radial_control_modal(), radial_control_paint_cursor(), and radial_control_set_initial_mouse().
| float RadialControl::max_value = 0.0f |
Definition at line 2542 of file wm_operators.cc.
Referenced by radial_control_invoke(), and radial_control_modal().
| float RadialControl::min_value = 0.0f |
Definition at line 2541 of file wm_operators.cc.
Referenced by radial_control_invoke(), and radial_control_modal().
| NumInput RadialControl::num_input = {} |
Definition at line 2552 of file wm_operators.cc.
Referenced by radial_control_invoke(), radial_control_modal(), and radial_control_update_header().
| ListBase RadialControl::orig_paintcursors = {} |
Definition at line 2549 of file wm_operators.cc.
Referenced by radial_control_cancel(), and radial_control_invoke().
| PropertyRNA* RadialControl::prop = nullptr |
Definition at line 2531 of file wm_operators.cc.
Referenced by radial_control_get_properties(), radial_control_invoke(), radial_control_modal(), radial_control_set_value(), and radial_control_update_header().
| PointerRNA RadialControl::ptr |
Definition at line 2529 of file wm_operators.cc.
Referenced by radial_control_get_properties(), radial_control_invoke(), radial_control_modal(), and radial_control_set_value().
| 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().
| PointerRNA RadialControl::rot_ptr |
Definition at line 2529 of file wm_operators.cc.
Referenced by radial_control_get_properties(), and radial_control_paint_tex().
| bool RadialControl::slow_mode = false |
Definition at line 2546 of file wm_operators.cc.
Referenced by radial_control_modal().
| int RadialControl::slow_mouse[2] = {} |
Definition at line 2545 of file wm_operators.cc.
Referenced by radial_control_modal().
| PropertySubType RadialControl::subtype |
Definition at line 2528 of file wm_operators.cc.
Referenced by radial_control_invoke(), radial_control_modal(), radial_control_paint_cursor(), radial_control_set_initial_mouse(), radial_control_set_tex(), and radial_control_update_header().
| GPUTexture* RadialControl::texture = nullptr |
Definition at line 2548 of file wm_operators.cc.
Referenced by radial_control_cancel(), radial_control_paint_tex(), and radial_control_set_tex().
| PropertyType RadialControl::type |
Definition at line 2527 of file wm_operators.cc.
Referenced by radial_control_invoke(), and radial_control_set_value().
| 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().
| PropertyRNA* RadialControl::zoom_prop = nullptr |
Definition at line 2535 of file wm_operators.cc.
Referenced by radial_control_get_properties(), radial_control_modal(), radial_control_paint_cursor(), and radial_control_set_initial_mouse().
| PointerRNA RadialControl::zoom_ptr |
Definition at line 2529 of file wm_operators.cc.
Referenced by radial_control_get_properties(), radial_control_modal(), radial_control_paint_cursor(), and radial_control_set_initial_mouse().