Inherits AzQtComponents::DragAndDropEventsBus::Handler.
|
int | GetDragAndDropEventsPriority () const override |
|
void | DragEnter (QDragEnterEvent *event, AzQtComponents::DragAndDropContextBase &) override |
|
void | Drop (QDropEvent *event, AzQtComponents::DragAndDropContextBase &context) override |
| Sent when a drag and drop action completes.
|
|
◆ DragEnter()
void ScriptCanvasAssetDragDropHandler::DragEnter |
( |
QDragEnterEvent * |
event, |
|
|
AzQtComponents::DragAndDropContextBase & |
|
|
) |
| |
|
override |
Sent when a drag and drop action enters a widget. The context is intentionally non const, so that higher level listeners can add additional contextual information such as decoding the data and caching it, or partially consuming the data.
The documentation for this class was generated from the following file:
- Gems/ScriptCanvas/Code/Editor/Utilities/ViewportDragDropHandler.h