tbx
0.7.5
|
Listener for DragStarted events. More...
#include <draggable.h>
Public Member Functions | |
virtual void | drag_started (const DragStartedEvent &drag_started_event)=0 |
Function called when the drag is started from the draggable. More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Listener for DragStarted events.
|
pure virtual |
Function called when the drag is started from the draggable.
drag_started_event | information on the drag start. |