|
Blender
V2.93
|
Public Attributes | |
| Object * | ob_parent |
| bPoseChannel * | pchan_parent |
| TreeStoreElem * | drag_tselem |
| void * | drag_directdata |
| int | drag_index |
| eDataStackDropAction | drop_action |
| TreeElement * | drop_te |
| TreeElementInsertType | insert_type |
Definition at line 678 of file outliner_dragdrop.c.
| void* StackDropData::drag_directdata |
Definition at line 682 of file outliner_dragdrop.c.
Referenced by datastack_drop_copy(), datastack_drop_data_init(), and datastack_drop_reorder().
| int StackDropData::drag_index |
Definition at line 683 of file outliner_dragdrop.c.
Referenced by datastack_drop_data_init().
| TreeStoreElem* StackDropData::drag_tselem |
Definition at line 681 of file outliner_dragdrop.c.
Referenced by datastack_drop_are_types_valid(), datastack_drop_copy(), datastack_drop_data_init(), datastack_drop_init(), datastack_drop_link(), and datastack_drop_reorder().
| eDataStackDropAction StackDropData::drop_action |
Definition at line 685 of file outliner_dragdrop.c.
Referenced by datastack_drop_init(), datastack_drop_invoke(), and datastack_drop_poll().
| TreeElement* StackDropData::drop_te |
Definition at line 686 of file outliner_dragdrop.c.
Referenced by datastack_drop_are_types_valid(), datastack_drop_copy(), datastack_drop_init(), datastack_drop_link(), datastack_drop_poll(), and datastack_drop_reorder().
| TreeElementInsertType StackDropData::insert_type |
Definition at line 687 of file outliner_dragdrop.c.
Referenced by datastack_drop_init(), datastack_drop_poll(), and datastack_drop_reorder().
| Object* StackDropData::ob_parent |
Definition at line 679 of file outliner_dragdrop.c.
Referenced by datastack_drop_are_types_valid(), datastack_drop_copy(), datastack_drop_data_init(), datastack_drop_init(), datastack_drop_link(), and datastack_drop_reorder().
| bPoseChannel* StackDropData::pchan_parent |
Definition at line 680 of file outliner_dragdrop.c.
Referenced by datastack_drop_are_types_valid(), datastack_drop_data_init(), datastack_drop_init(), datastack_drop_link(), datastack_drop_poll(), and datastack_drop_reorder().