VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
Drag callback interface adapter. More...
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 | 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.