QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QUiLoader.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QUILOADER_H
2 #define QTSCRIPTSHELL_QUILOADER_H
3 
4 #include <quiloader.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QUiLoader : public QUiLoader
9 {
10 public:
11  QtScriptShell_QUiLoader(QObject* parent = 0);
13 
14  void childEvent(QChildEvent* arg__1);
15  QAction* createAction(QObject* parent = 0, const QString& name = QString());
16  QActionGroup* createActionGroup(QObject* parent = 0, const QString& name = QString());
17  QLayout* createLayout(const QString& className, QObject* parent = 0, const QString& name = QString());
18  QWidget* createWidget(const QString& className, QWidget* parent = 0, const QString& name = QString());
19  void customEvent(QEvent* arg__1);
20  bool event(QEvent* arg__1);
21  bool eventFilter(QObject* arg__1, QEvent* arg__2);
22  void timerEvent(QTimerEvent* arg__1);
23 
24  QScriptValue __qtscript_self;
25 };
26 
27 #endif // QTSCRIPTSHELL_QUILOADER_H