9 #ifndef dragComponent_H_
10 #define dragComponent_H_
32 void registerMousePress(
const QMouseEvent& e);
35 void registerMouseRelease(
const QMouseEvent& e);
38 void registerMouseMove(
const QMouseEvent& e);
41 QPoint absolutePosition()
const;
45 QPoint relativePosition()
const;
48 QPoint relativeVelocity()
const;
51 bool currentlyDragging()
const;
QPoint myLastPosition
Definition: dragComponent.h:55
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
QPoint myCurrentPosition
Definition: dragComponent.h:56
Defines INPORT/EXPORT macros for lgrGui library.
QPoint myFirstPosition
Definition: dragComponent.h:54
bool myDownFlag
Definition: dragComponent.h:58
Classes used to track mouse drags.
Definition: dragComponent.h:21