Blender
V3.3
|
#include <WM_types.h>
Public Attributes | |
struct wmDragID * | next |
struct wmDragID * | prev |
struct ID * | id |
struct ID * | from_parent |
Definition at line 1065 of file WM_types.h.
struct ID* wmDragID::from_parent |
Definition at line 1068 of file WM_types.h.
Referenced by collection_drop_init(), and WM_drag_add_local_ID().
struct ID* wmDragID::id |
Definition at line 1067 of file WM_types.h.
Referenced by collection_drop_init(), collection_drop_tooltip(), WM_drag_add_local_ID(), and WM_drag_get_local_ID().
struct wmDragID* wmDragID::next |
Definition at line 1066 of file WM_types.h.
Referenced by parent_drop_set_parents().
struct wmDragID * wmDragID::prev |
Definition at line 1066 of file WM_types.h.