|
Blender V4.3
|
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 434 of file interface_template_bone_collection_tree.cc.
|
overridevirtual |
Implements blender::ui::AbstractViewItemDragController.
Definition at line 446 of file interface_template_bone_collection_tree.cc.
|
overridevirtual |
Implements blender::ui::AbstractViewItemDragController.
Definition at line 441 of file interface_template_bone_collection_tree.cc.
References WM_DRAG_BONE_COLLECTION.
|
overridevirtual |
Reimplemented from blender::ui::AbstractViewItemDragController.
Definition at line 453 of file interface_template_bone_collection_tree.cc.
References ANIM_armature_bonecoll_active_index_set(), blender::ui::bonecollections::ArmatureBoneCollection::armature, and blender::ui::bonecollections::ArmatureBoneCollection::bcoll_index.