VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DragCallbackAdapter Class Reference

Drag callback interface adapter. More...

+ 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...
 
- 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...
 

Detailed Description

Drag callback interface adapter.

Member Function Documentation

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.

void dragMoved ( IDraggingSession session,
CPoint  pos 
)
inlineoverridevirtual

the drag was moved

Parameters
sessiondragging session
posdrag position in CFrame coordinates

Implements IDragCallback.

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: