VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
Drag callback interface adapter. More...
#include <dragging.h>
Public Member Functions | |
void | dragWillBegin (IDraggingSession *session, CPoint pos) override |
the drag will begin | |
void | dragMoved (IDraggingSession *session, CPoint pos) override |
the drag was moved | |
void | dragEnded (IDraggingSession *session, CPoint pos, DragOperation result) override |
the drag ended | |
![]() | |
virtual void | forget ()=0 |
decrease refcount and delete object if refcount == 0 | |
virtual void | remember ()=0 |
increase refcount | |
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.