tbx  0.7.3
Public Member Functions | List of all members
tbx::DragHandler Class Referenceabstract

Class to report status of a drag started on a window. More...

#include <draghandler.h>

Public Member Functions

virtual ~DragHandler ()
 Destructor.
 
virtual void drag_finished (const BBox &final)=0
 Called when drag has finished. More...
 
virtual void drag_cancelled ()
 Call if drag was cancelled before if finished.
 

Detailed Description

Class to report status of a drag started on a window.

Member Function Documentation

virtual void tbx::DragHandler::drag_finished ( const BBox final)
pure virtual

Called when drag has finished.

Parameters
finalfinal location of the drag box in screen coordinates. final.min point is inclusive final.max point is exclusive

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