QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QTextCodecPlugin.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QTEXTCODECPLUGIN_H
2 #define QTSCRIPTSHELL_QTEXTCODECPLUGIN_H
3 
4 #include <qtextcodecplugin.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QTextCodecPlugin : public QTextCodecPlugin
9 {
10 public:
11  QtScriptShell_QTextCodecPlugin(QObject* parent = 0);
13 
14  QList<QByteArray > aliases() const;
15  void childEvent(QChildEvent* arg__1);
16  QTextCodec* createForMib(int mib);
17  QTextCodec* createForName(const QByteArray& name);
18  void customEvent(QEvent* arg__1);
19  bool event(QEvent* arg__1);
20  bool eventFilter(QObject* arg__1, QEvent* arg__2);
21  QList<int > mibEnums() const;
22  QList<QByteArray > names() const;
23  void timerEvent(QTimerEvent* arg__1);
24 
25  QScriptValue __qtscript_self;
26 };
27 
28 #endif // QTSCRIPTSHELL_QTEXTCODECPLUGIN_H