Blender  V2.93
Public Attributes | List of all members
wmGizmoMapType Struct Reference

#include <wm_gizmo_intern.h>

Public Attributes

struct wmGizmoMapTypenext
 
struct wmGizmoMapTypeprev
 
short spaceid
 
short regionid
 
ListBase grouptype_refs
 
eWM_GizmoFlagMapTypeUpdateFlag type_update_flag
 

Detailed Description

This is a container for all gizmo types that can be instantiated in a region. (similar to dropboxes).

Note
There is only ever one of these for every (area, region) combination.

Definition at line 129 of file wm_gizmo_intern.h.

Member Data Documentation

◆ grouptype_refs

ListBase wmGizmoMapType::grouptype_refs

◆ next

struct wmGizmoMapType* wmGizmoMapType::next

Definition at line 130 of file wm_gizmo_intern.h.

◆ prev

struct wmGizmoMapType * wmGizmoMapType::prev

Definition at line 130 of file wm_gizmo_intern.h.

◆ regionid

short wmGizmoMapType::regionid

Definition at line 131 of file wm_gizmo_intern.h.

Referenced by WM_gizmogrouptype_append_and_link(), and WM_gizmomaptype_ensure().

◆ spaceid

short wmGizmoMapType::spaceid

Definition at line 131 of file wm_gizmo_intern.h.

Referenced by WM_gizmogrouptype_append_and_link(), and WM_gizmomaptype_ensure().

◆ type_update_flag

eWM_GizmoFlagMapTypeUpdateFlag wmGizmoMapType::type_update_flag

The documentation for this struct was generated from the following file: