QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QSettings.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QSETTINGS_H
2 #define QTSCRIPTSHELL_QSETTINGS_H
3 
4 #include <qsettings.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QSettings : public QSettings
9 {
10 public:
11  QtScriptShell_QSettings(QObject* parent = 0);
12  QtScriptShell_QSettings(QSettings::Format format, QSettings::Scope scope, const QString& organization, const QString& application = QString(), QObject* parent = 0);
13  QtScriptShell_QSettings(QSettings::Scope scope, const QString& organization, const QString& application = QString(), QObject* parent = 0);
14  QtScriptShell_QSettings(const QString& fileName, QSettings::Format format, QObject* parent = 0);
15  QtScriptShell_QSettings(const QString& organization, const QString& application = QString(), QObject* parent = 0);
17 
18  void childEvent(QChildEvent* arg__1);
19  void customEvent(QEvent* arg__1);
20  bool event(QEvent* event);
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_QSETTINGS_H