68Q_DECLARE_INTERFACE (
IDNDTab,
"org.Deviant.LeechCraft.IDNDTab/1.0")
Interface for tabs supporting Drag'n'Drop on tab level.
virtual void FillMimeData(QMimeData *data)=0
Called when this tab starts being dragged.
virtual void HandleDrop(QDropEvent *event)=0
Called when something is dropped over this tab.
virtual void HandleDragEnter(QDragMoveEvent *event)=0
Called when something is being dragged over this tab.