|
Blender V4.3
|
#include <wm_gizmo_intern.hh>
Public Attributes | |
| wmGizmoMapType * | next |
| wmGizmoMapType * | prev |
| short | spaceid |
| short | regionid |
| ListBase | grouptype_refs |
| eWM_GizmoFlagMapTypeUpdateFlag | type_update_flag |
This is a container for all gizmo types that can be instantiated in a region. (similar to drop-boxes).
Definition at line 130 of file wm_gizmo_intern.hh.
| ListBase wmGizmoMapType::grouptype_refs |
Definition at line 134 of file wm_gizmo_intern.hh.
Referenced by wm_gizmomap_new_from_type_ex(), WM_gizmomaptype_group_find(), WM_gizmomaptype_group_find_ptr(), WM_gizmomaptype_group_link_ptr(), and WM_gizmomaptype_group_unlink().
| wmGizmoMapType* wmGizmoMapType::next |
Definition at line 131 of file wm_gizmo_intern.hh.
Referenced by wm_gizmomaptypes_free().
| wmGizmoMapType * wmGizmoMapType::prev |
Definition at line 131 of file wm_gizmo_intern.hh.
| short wmGizmoMapType::regionid |
Definition at line 132 of file wm_gizmo_intern.hh.
Referenced by WM_gizmogrouptype_append_and_link(), and WM_gizmomaptype_ensure().
| short wmGizmoMapType::spaceid |
Definition at line 132 of file wm_gizmo_intern.hh.
Referenced by WM_gizmogrouptype_append_and_link(), and WM_gizmomaptype_ensure().
| eWM_GizmoFlagMapTypeUpdateFlag wmGizmoMapType::type_update_flag |
Definition at line 137 of file wm_gizmo_intern.hh.
Referenced by WM_gizmoconfig_update_tag_group_type_init(), and WM_gizmoconfig_update_tag_group_type_remove().