23 #ifndef SUIT_AUTOROTATE_H
24 #define SUIT_AUTOROTATE_H
43 virtual void initialize();
49 virtual void onStartRotate(
int theMouseX,
int theMouseY, qint64 theTime);
50 virtual void onRotate(
int theMouseX,
int theMouseY, qint64 theTime);
51 virtual void onEndRotate(
int theMouseX,
int theMouseY, qint64 theTime);
52 virtual void onStopRotate();
55 void addToLog(
const QPoint& thePos, qint64 theTime);
#define SUIT_EXPORT
Definition: SUIT.h:36
For more information see QT documentation.
Definition: SUIT_Application.h:42
Definition: SUIT_AutoRotate.h:36
short mySize
Definition: SUIT_AutoRotate.h:58
virtual bool stopAnimation()=0
qint64 * myTime
Definition: SUIT_AutoRotate.h:61
short myHistorySize
Definition: SUIT_AutoRotate.h:59
virtual bool startAnimation()=0
SUIT_ViewWindow * myWindow
Definition: SUIT_AutoRotate.h:64
QPoint * myPosition
Definition: SUIT_AutoRotate.h:60
Definition: SUIT_ViewWindow.h:42