|
Blender V4.5
|
Inherits blender::ui::AbstractViewItemDragController.
Public Member Functions | |
| BoneCollectionDragController (BoneCollectionTreeView &tree_view, bArmature &armature, const int bcoll_index) | |
| eWM_DragDataType | get_drag_type () const override |
| void * | create_drag_data () const override |
| void | on_drag_start () override |
| Public Member Functions inherited from blender::ui::AbstractViewItemDragController | |
| virtual | ~AbstractViewItemDragController ()=default |
| AbstractViewItemDragController (AbstractView &view) | |
| template<class ViewType> | |
| ViewType & | get_view () const |
Additional Inherited Members | |
| Protected Attributes inherited from blender::ui::AbstractViewItemDragController | |
| AbstractView & | view_ |
Definition at line 75 of file interface_template_bone_collection_tree.cc.
| blender::ui::bonecollections::BoneCollectionDragController::BoneCollectionDragController | ( | BoneCollectionTreeView & | tree_view, |
| bArmature & | armature, | ||
| const int | bcoll_index ) |
Definition at line 435 of file interface_template_bone_collection_tree.cc.
References blender::ui::AbstractViewItemDragController::AbstractViewItemDragController(), and BoneCollectionDragController().
Referenced by BoneCollectionDragController().
|
overridevirtual |
Implements blender::ui::AbstractViewItemDragController.
Definition at line 447 of file interface_template_bone_collection_tree.cc.
References MEM_callocN().
|
overridevirtual |
Implements blender::ui::AbstractViewItemDragController.
Definition at line 442 of file interface_template_bone_collection_tree.cc.
References WM_DRAG_BONE_COLLECTION.
|
overridevirtual |
Reimplemented from blender::ui::AbstractViewItemDragController.
Definition at line 454 of file interface_template_bone_collection_tree.cc.
References ANIM_armature_bonecoll_active_index_set().