Blender
V3.3
|
#include <wm_gizmo_intern.h>
Public Attributes | |
struct wmGizmoMapType * | next |
struct 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 131 of file wm_gizmo_intern.h.
ListBase wmGizmoMapType::grouptype_refs |
Definition at line 135 of file wm_gizmo_intern.h.
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().
struct wmGizmoMapType* wmGizmoMapType::next |
Definition at line 132 of file wm_gizmo_intern.h.
struct wmGizmoMapType * wmGizmoMapType::prev |
Definition at line 132 of file wm_gizmo_intern.h.
short wmGizmoMapType::regionid |
Definition at line 133 of file wm_gizmo_intern.h.
Referenced by WM_gizmogrouptype_append_and_link(), and WM_gizmomaptype_ensure().
short wmGizmoMapType::spaceid |
Definition at line 133 of file wm_gizmo_intern.h.
Referenced by WM_gizmogrouptype_append_and_link(), and WM_gizmomaptype_ensure().
eWM_GizmoFlagMapTypeUpdateFlag wmGizmoMapType::type_update_flag |
Definition at line 138 of file wm_gizmo_intern.h.
Referenced by WM_gizmoconfig_update_tag_group_type_init(), and WM_gizmoconfig_update_tag_group_type_remove().