QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QStateMachine.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QSTATEMACHINE_H
2 #define QTSCRIPTSHELL_QSTATEMACHINE_H
3 
4 #include <qstatemachine.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QStateMachine : public QStateMachine
9 {
10 public:
11  QtScriptShell_QStateMachine(QObject* parent = 0);
13 
14  void beginMicrostep(QEvent* event);
15  void beginSelectTransitions(QEvent* event);
16  void childEvent(QChildEvent* arg__1);
17  void customEvent(QEvent* arg__1);
18  void endMicrostep(QEvent* event);
19  void endSelectTransitions(QEvent* event);
20  bool event(QEvent* e);
21  bool eventFilter(QObject* watched, QEvent* event);
22  void onEntry(QEvent* event);
23  void onExit(QEvent* event);
24  void timerEvent(QTimerEvent* arg__1);
25 
26  QScriptValue __qtscript_self;
27 };
28 
29 #endif // QTSCRIPTSHELL_QSTATEMACHINE_H