|
Blender V5.0
|
#include <UI_interface.hh>
Public Member Functions | |
| DragInfo (const wmDrag &drag, const wmEvent &event, DropLocation drop_location) | |
Public Attributes | |
| const wmDrag & | drag_data |
| const wmEvent & | event |
| const DropLocation | drop_location |
Information passed to drop targets while dragging over them.
Definition at line 137 of file UI_interface.hh.
| blender::ui::DragInfo::DragInfo | ( | const wmDrag & | drag, |
| const wmEvent & | event, | ||
| DropLocation | drop_location ) |
Definition at line 15 of file interface_drop.cc.
References drag_data, drop_location, and event.
| const wmDrag& blender::ui::DragInfo::drag_data |
Definition at line 138 of file UI_interface.hh.
Referenced by DragInfo(), blender::ed::asset_browser::AssetCatalogDropTarget::drop_tooltip(), blender::ui::bonecollections::BoneCollectionDropTarget::drop_tooltip(), blender::ui::greasepencil::LayerNodeDropTarget::drop_tooltip(), blender::ed::asset_browser::AssetCatalogDropTarget::on_drop(), blender::ed::object::shapekey::ShapeKeyDropTarget::on_drop(), blender::ui::bonecollections::BoneCollectionDropTarget::on_drop(), and blender::ui::greasepencil::LayerNodeDropTarget::on_drop().
| const DropLocation blender::ui::DragInfo::drop_location |
Definition at line 140 of file UI_interface.hh.
Referenced by DragInfo(), blender::ed::object::shapekey::ShapeKeyDropTarget::drop_tooltip(), blender::ui::bonecollections::BoneCollectionDropTarget::drop_tooltip(), blender::ui::greasepencil::LayerNodeDropTarget::drop_tooltip(), blender::ed::object::shapekey::ShapeKeyDropTarget::on_drop(), blender::ui::bonecollections::BoneCollectionDropTarget::on_drop(), and blender::ui::greasepencil::LayerNodeDropTarget::on_drop().
| const wmEvent& blender::ui::DragInfo::event |
Definition at line 139 of file UI_interface.hh.
Referenced by DragInfo().