3#include <EditorFramework/DragDrop/ComponentDragDropHandler.h>
Definition MeshDragDropHandler.h:18
virtual void OnDragBegin(const plDragDropInfo *pInfo) override
Called shortly after CanHandle returned true to begin handling a drag operation.
Definition MeshDragDropHandler.cpp:45
virtual float CanHandle(const plDragDropInfo *pInfo) const override
Used to ask a handler whether it knows how to handle a certain drag & drop situation.
Definition MeshDragDropHandler.cpp:37
Definition ComponentDragDropHandler.h:9
This type is used to provide plDragDropHandler instances with all the important information for a dra...
Definition DragDropInfo.h:16
Definition MeshDragDropHandler.h:6
virtual void OnDragBegin(const plDragDropInfo *pInfo) override
Called shortly after CanHandle returned true to begin handling a drag operation.
Definition MeshDragDropHandler.cpp:19
virtual float CanHandle(const plDragDropInfo *pInfo) const override
Used to ask a handler whether it knows how to handle a certain drag & drop situation.
Definition MeshDragDropHandler.cpp:11