|
Blender
V2.93
|
Public Attributes | |
| wmGizmo * | border |
| struct { | |
| float dims [2] | |
| } | state |
| struct { | |
| PointerRNA ptr | |
| PropertyRNA * prop | |
| bContext * context | |
| } | update_data |
Definition at line 203 of file node_gizmo.c.
| wmGizmo* NodeCropWidgetGroup::border |
Definition at line 204 of file node_gizmo.c.
Referenced by WIDGETGROUP_node_crop_refresh(), and WIDGETGROUP_node_crop_setup().
| bContext* NodeCropWidgetGroup::context |
Definition at line 213 of file node_gizmo.c.
Referenced by gizmo_node_crop_update(), and WIDGETGROUP_node_crop_refresh().
| float NodeCropWidgetGroup::dims[2] |
Definition at line 207 of file node_gizmo.c.
Referenced by gizmo_node_crop_prop_matrix_get(), gizmo_node_crop_prop_matrix_set(), and WIDGETGROUP_node_crop_refresh().
| PropertyRNA* NodeCropWidgetGroup::prop |
Definition at line 212 of file node_gizmo.c.
Referenced by gizmo_node_crop_update(), and WIDGETGROUP_node_crop_refresh().
| PointerRNA NodeCropWidgetGroup::ptr |
Definition at line 211 of file node_gizmo.c.
Referenced by gizmo_node_crop_update(), and WIDGETGROUP_node_crop_refresh().
| struct { ... } NodeCropWidgetGroup::state |
| struct { ... } NodeCropWidgetGroup::update_data |
Referenced by gizmo_node_crop_update(), and WIDGETGROUP_node_crop_refresh().