|
Blender V5.0
|
#include <WM_types.hh>
Public Attributes | |
| wmDragID * | next |
| wmDragID * | prev |
| ID * | id |
| ID * | from_parent |
Definition at line 1236 of file WM_types.hh.
| ID* wmDragID::from_parent |
Definition at line 1239 of file WM_types.hh.
Referenced by blender::ed::outliner::collection_drop_init(), and WM_drag_add_local_ID().
| ID* wmDragID::id |
Definition at line 1238 of file WM_types.hh.
Referenced by blender::ed::outliner::collection_drop_init(), blender::ed::outliner::collection_drop_tooltip(), WM_drag_add_local_ID(), and WM_drag_get_local_ID().
| wmDragID* wmDragID::next |
Definition at line 1237 of file WM_types.hh.
Referenced by blender::ed::outliner::parent_drop_set_parents().
| wmDragID * wmDragID::prev |
Definition at line 1237 of file WM_types.hh.