VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Loading...
Searching...
No Matches
DragCallbackAdapter Class Reference

Drag callback interface adapter. More...

#include <dragging.h>

+ Inheritance diagram for DragCallbackAdapter:

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
 
- Public Member Functions inherited from IReference
virtual void forget ()=0
 decrease refcount and delete object if refcount == 0
 
virtual void remember ()=0
 increase refcount
 

Detailed Description

Drag callback interface adapter.

Member Function Documentation

◆ dragEnded()

void dragEnded ( IDraggingSession * session,
CPoint pos,
DragOperation result )
inlineoverridevirtual

the drag ended

Parameters
sessiondragging session
posdrag position in CFrame coordinates
resultthe result of the drag

Implements IDragCallback.

◆ dragMoved()

void dragMoved ( IDraggingSession * session,
CPoint pos )
inlineoverridevirtual

the drag was moved

Parameters
sessiondragging session
posdrag position in CFrame coordinates

Implements IDragCallback.

◆ dragWillBegin()

void dragWillBegin ( IDraggingSession * session,
CPoint pos )
inlineoverridevirtual

the drag will begin

Parameters
sessiondragging session
posdrag position in CFrame coordinates

Implements IDragCallback.


The documentation for this class was generated from the following file: