|
Blender V4.3
|
#include <WM_gizmo_types.hh>
Public Attributes | |
| wmOperatorType * | type = nullptr |
| PointerRNA | ptr = {} |
| bool | is_redo = false |
Definition at line 202 of file WM_gizmo_types.hh.
| bool wmGizmoOpElem::is_redo = false |
Definition at line 208 of file WM_gizmo_types.hh.
Referenced by gizmo_mesh_extrude_setup(), and gizmo_tweak_start_and_finish().
| PointerRNA wmGizmoOpElem::ptr = {} |
Operator properties if gizmo spawns and controls an operator, or owner pointer if gizmo spawns and controls a property.
Definition at line 206 of file WM_gizmo_types.hh.
Referenced by gizmo2d_resize_invoke_prepare(), gizmo2d_xform_invoke_prepare(), gizmo_mesh_extrude_invoke_prepare(), gizmo_tweak_start_and_finish(), ui_tooltip_data_from_gizmo(), WIDGETGROUP_gizmo_invoke_prepare(), WIDGETGROUP_navigate_setup(), WIDGETGROUP_navigate_setup(), WIDGETGROUP_xform_cage_refresh(), WIDGETGROUP_xform_shear_refresh(), WIDGETGROUP_xform_shear_setup(), WM_gizmo_operator_invoke(), and WM_gizmo_operator_set().
| wmOperatorType* wmGizmoOpElem::type = nullptr |
Definition at line 203 of file WM_gizmo_types.hh.
Referenced by gizmo_tweak_start_and_finish(), ui_tooltip_data_from_gizmo(), WM_gizmo_operator_invoke(), WM_gizmo_operator_set(), wm_gizmomap_modal_set(), and wm_gizmomaps_handled_modal_update().