Blender  V3.3
Public Attributes | List of all members
wmDropBoxMap Struct Reference

Public Attributes

struct wmDropBoxMapnext
 
struct wmDropBoxMapprev
 
ListBase dropboxes
 
short spaceid
 
short regionid
 
char idname [KMAP_MAX_NAME]
 

Detailed Description

Definition at line 68 of file wm_dragdrop.cc.

Member Data Documentation

◆ dropboxes

ListBase wmDropBoxMap::dropboxes

Definition at line 71 of file wm_dragdrop.cc.

Referenced by WM_dropboxmap_find().

◆ idname

char wmDropBoxMap::idname[KMAP_MAX_NAME]

Definition at line 73 of file wm_dragdrop.cc.

Referenced by WM_dropbox_add(), and WM_dropboxmap_find().

◆ next

struct wmDropBoxMap* wmDropBoxMap::next

Definition at line 69 of file wm_dragdrop.cc.

◆ prev

struct wmDropBoxMap * wmDropBoxMap::prev

Definition at line 69 of file wm_dragdrop.cc.

◆ regionid

short wmDropBoxMap::regionid

Definition at line 72 of file wm_dragdrop.cc.

Referenced by WM_dropboxmap_find().

◆ spaceid

short wmDropBoxMap::spaceid

Definition at line 72 of file wm_dragdrop.cc.

Referenced by WM_dropboxmap_find().


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