|
Blender V4.3
|
#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 130 of file UI_interface.hh.
| blender::ui::DragInfo::DragInfo | ( | const wmDrag & | drag, |
| const wmEvent & | event, | ||
| DropLocation | drop_location ) |
Definition at line 13 of file interface_drop.cc.
| const wmDrag& blender::ui::DragInfo::drag_data |
Definition at line 131 of file UI_interface.hh.
Referenced by 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::ui::bonecollections::BoneCollectionDropTarget::on_drop(), and blender::ui::greasepencil::LayerNodeDropTarget::on_drop().
| const DropLocation blender::ui::DragInfo::drop_location |
Definition at line 133 of file UI_interface.hh.
Referenced by blender::ui::bonecollections::BoneCollectionDropTarget::drop_tooltip(), blender::ui::greasepencil::LayerNodeDropTarget::drop_tooltip(), blender::ui::bonecollections::BoneCollectionDropTarget::on_drop(), and blender::ui::greasepencil::LayerNodeDropTarget::on_drop().
| const wmEvent& blender::ui::DragInfo::event |
Definition at line 132 of file UI_interface.hh.