|
Blender V4.3
|
Public Attributes | ||
| wmGizmo * | gz_array [GZ_INDEX_TOTAL] | |
| struct { | ||
| rcti rect_visible | ||
| } | state | |
| struct { | ||
| rcti rect_visible | ||
| struct { | ||
| char is_persp | ||
| bool is_camera | ||
| char viewlock | ||
| char cameralock | ||
| } rv3d | ||
| } | state | |
Definition at line 107 of file view2d_gizmo_navigate.cc.
| char NavigateWidgetGroup::cameralock |
Definition at line 144 of file view3d_gizmo_navigate.cc.
Referenced by WIDGETGROUP_navigate_draw_prepare().
| wmGizmo * NavigateWidgetGroup::gz_array |
Definition at line 108 of file view2d_gizmo_navigate.cc.
Referenced by WIDGETGROUP_navigate_draw_prepare(), WIDGETGROUP_navigate_draw_prepare(), WIDGETGROUP_navigate_setup(), and WIDGETGROUP_navigate_setup().
| bool NavigateWidgetGroup::is_camera |
Definition at line 142 of file view3d_gizmo_navigate.cc.
Referenced by WIDGETGROUP_navigate_draw_prepare().
| char NavigateWidgetGroup::is_persp |
Definition at line 141 of file view3d_gizmo_navigate.cc.
Referenced by WIDGETGROUP_navigate_draw_prepare().
| rcti NavigateWidgetGroup::rect_visible |
Definition at line 111 of file view2d_gizmo_navigate.cc.
Referenced by WIDGETGROUP_navigate_draw_prepare(), and WIDGETGROUP_navigate_draw_prepare().
| struct { ... } NavigateWidgetGroup::rv3d |
Referenced by WIDGETGROUP_navigate_draw_prepare().
| struct { ... } NavigateWidgetGroup::state |
Referenced by WIDGETGROUP_navigate_draw_prepare(), and WIDGETGROUP_navigate_draw_prepare().
| struct { ... } NavigateWidgetGroup::state |
| char NavigateWidgetGroup::viewlock |
Definition at line 143 of file view3d_gizmo_navigate.cc.
Referenced by WIDGETGROUP_navigate_draw_prepare().