tbx
0.7.6
|
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. | |
Class to report status of a drag started on a window.
|
pure virtual |
Called when drag has finished.
final | final location of the drag box in screen coordinates. final.min point is inclusive final.max point is exclusive |