QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QPauseAnimation.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QPAUSEANIMATION_H
2 #define QTSCRIPTSHELL_QPAUSEANIMATION_H
3 
4 #include <qpauseanimation.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QPauseAnimation : public QPauseAnimation
9 {
10 public:
11  QtScriptShell_QPauseAnimation(QObject* parent = 0);
12  QtScriptShell_QPauseAnimation(int msecs, QObject* parent = 0);
14 
15  void childEvent(QChildEvent* arg__1);
16  void customEvent(QEvent* arg__1);
17  int duration() const;
18  bool event(QEvent* e);
19  bool eventFilter(QObject* arg__1, QEvent* arg__2);
20  void timerEvent(QTimerEvent* arg__1);
21  void updateCurrentTime(int arg__1);
22  void updateDirection(QAbstractAnimation::Direction direction);
23  void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
24 
25  QScriptValue __qtscript_self;
26 };
27 
28 #endif // QTSCRIPTSHELL_QPAUSEANIMATION_H