| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
Drop target interface adapter. More...
#include <dragging.h>
 Inheritance diagram for DropTargetAdapter:
 Inheritance diagram for DropTargetAdapter:| Public Member Functions | |
| DragOperation | onDragEnter (DragEventData eventData) override | 
| a drag enters the drop target  More... | |
| DragOperation | onDragMove (DragEventData eventData) override | 
| a drag moves over the drop target  More... | |
| void | onDragLeave (DragEventData eventData) override | 
| a drag leaves the drop target  More... | |
| bool | onDrop (DragEventData eventData) override | 
| a drop happens on the drop target  More... | |
| virtual DragOperation | onDragEnter (DragEventData data)=0 | 
| a drag enters the drop target  More... | |
| virtual DragOperation | onDragMove (DragEventData data)=0 | 
| a drag moves over the drop target  More... | |
| virtual void | onDragLeave (DragEventData data)=0 | 
| a drag leaves the drop target  More... | |
| virtual bool | onDrop (DragEventData data)=0 | 
| a drop happens on the drop target  More... | |
|  Public Member Functions inherited from IReference | |
| virtual void | forget ()=0 | 
| decrease refcount and delete object if refcount == 0  More... | |
| virtual void | remember ()=0 | 
| increase refcount  More... | |
Drop target interface adapter.
| 
 | inlineoverridevirtual | 
a drag enters the drop target
| data | drag event data | 
Implements IDropTarget.
| 
 | inlineoverridevirtual | 
| 
 | inlineoverridevirtual | 
a drag moves over the drop target
| data | drag event data | 
Implements IDropTarget.
| 
 | inlineoverridevirtual |