|
Blender V4.3
|
#include <WM_types.hh>
Public Attributes | |
| wmDragID * | next |
| wmDragID * | prev |
| ID * | id |
| ID * | from_parent |
Definition at line 1187 of file WM_types.hh.
| ID* wmDragID::from_parent |
Definition at line 1190 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 1189 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 1188 of file WM_types.hh.
Referenced by blender::ed::outliner::parent_drop_set_parents().
| wmDragID * wmDragID::prev |
Definition at line 1188 of file WM_types.hh.