VSTGUI  4.10
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
 
void dragMoved (IDraggingSession *session, CPoint pos) override
 the drag was moved
 
void dragEnded (IDraggingSession *session, CPoint pos, DragOperation result) override
 the drag ended
 

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: