Blender
V3.3
|
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 684 of file outliner_dragdrop.cc.
void* StackDropData::drag_directdata |
Definition at line 688 of file outliner_dragdrop.cc.
Referenced by datastack_drop_copy(), datastack_drop_data_init(), and datastack_drop_reorder().
int StackDropData::drag_index |
Definition at line 689 of file outliner_dragdrop.cc.
Referenced by datastack_drop_data_init().
TreeStoreElem* StackDropData::drag_tselem |
Definition at line 687 of file outliner_dragdrop.cc.
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 691 of file outliner_dragdrop.cc.
Referenced by datastack_drop_init(), datastack_drop_invoke(), and datastack_drop_tooltip().
TreeElement* StackDropData::drop_te |
Definition at line 692 of file outliner_dragdrop.cc.
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 693 of file outliner_dragdrop.cc.
Referenced by datastack_drop_init(), datastack_drop_poll(), and datastack_drop_reorder().
Object* StackDropData::ob_parent |
Definition at line 685 of file outliner_dragdrop.cc.
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 686 of file outliner_dragdrop.cc.
Referenced by datastack_drop_are_types_valid(), datastack_drop_data_init(), datastack_drop_init(), datastack_drop_link(), datastack_drop_reorder(), and datastack_drop_tooltip().