| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
Drag callback interface adapter. More...
#include <dragging.h>
 Inheritance diagram for DragCallbackAdapter:
 Inheritance diagram for DragCallbackAdapter:| Public Member Functions | |
| void | dragWillBegin (IDraggingSession *session, CPoint pos) override | 
| the drag will begin  More... | |
| void | dragMoved (IDraggingSession *session, CPoint pos) override | 
| the drag was moved  More... | |
| void | dragEnded (IDraggingSession *session, CPoint pos, DragOperation result) override | 
| the drag ended  More... | |
| virtual void | dragWillBegin (IDraggingSession *session, CPoint pos)=0 | 
| the drag will begin  More... | |
| virtual void | dragMoved (IDraggingSession *session, CPoint pos)=0 | 
| the drag was moved  More... | |
| virtual void | dragEnded (IDraggingSession *session, CPoint pos, DragOperation result)=0 | 
| the drag ended  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... | |
Drag callback interface adapter.
| 
 | inlineoverridevirtual | 
the drag ended
| session | dragging session | 
| pos | drag position in CFrame coordinates | 
| result | the result of the drag | 
Implements IDragCallback.
| 
 | inlineoverridevirtual | 
the drag was moved
| session | dragging session | 
| pos | drag position in CFrame coordinates | 
Implements IDragCallback.
| 
 | inlineoverridevirtual | 
the drag will begin
| session | dragging session | 
| pos | drag position in CFrame coordinates | 
Implements IDragCallback.