##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
com_trolltech_qt_xmlpatterns_init.cpp
34 lines | 3.1 KiB | text/x-c | CppLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <PythonQt.h>
florianlink
recreated wrappers to match current python qt version...
r73 #include "PythonQtWrapper_QXmlNodeModelIndex.h"
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include "PythonQtWrapper_QSourceLocation.h"
florianlink
recreated wrappers to match current python qt version...
r73 #include "PythonQtWrapper_QXmlNamePool.h"
#include "PythonQtWrapper_QXmlResultItems.h"
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include "PythonQtWrapper_QAbstractXmlNodeModel.h"
florianlink
recreated wrappers to match current python qt version...
r73 #include "PythonQtWrapper_QXmlQuery.h"
florianlink
upgraded wrappers to current generator version...
r28 #include "PythonQtWrapper_QAbstractXmlReceiver.h"
florianlink
recreated wrappers to match current python qt version...
r73 #include "PythonQtWrapper_QXmlName.h"
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include "PythonQtWrapper_QXmlItem.h"
florianlink
recreated wrappers to match current python qt version...
r73 #include "PythonQtWrapper_QXmlSerializer.h"
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include "PythonQtWrapper_QAbstractUriResolver.h"
florianlink
upgraded wrappers to current generator version...
r28 #include "PythonQtWrapper_QSimpleXmlNodeModel.h"
florianlink
recreated wrappers to match current python qt version...
r73 #include "PythonQtWrapper_QAbstractMessageHandler.h"
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include "PythonQtWrapper_QXmlFormatter.h"
florianlink
upgraded wrappers to current generator version...
r28
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void PythonQt_init_QtXmlPatterns() {
florianlink
recreated wrappers to match current python qt version...
r73 PythonQt::self()->registerCPPClass("QXmlNodeModelIndex", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlNodeModelIndex>);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 PythonQt::self()->registerCPPClass("QSourceLocation", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QSourceLocation>);
florianlink
recreated wrappers to match current python qt version...
r73 PythonQt::self()->registerCPPClass("QXmlNamePool", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlNamePool>);
PythonQt::self()->registerCPPClass("QXmlResultItems", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlResultItems>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QXmlResultItems>);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 PythonQt::self()->registerCPPClass("QAbstractXmlNodeModel", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QAbstractXmlNodeModel>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QAbstractXmlNodeModel>);
florianlink
recreated wrappers to match current python qt version...
r73 PythonQt::self()->registerCPPClass("QXmlQuery", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlQuery>);
florianlink
upgraded wrappers to current generator version...
r28 PythonQt::self()->registerCPPClass("QAbstractXmlReceiver", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QAbstractXmlReceiver>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QAbstractXmlReceiver>);
florianlink
recreated wrappers to match current python qt version...
r73 PythonQt::self()->registerCPPClass("QXmlName", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlName>);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 PythonQt::self()->registerCPPClass("QXmlItem", "", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlItem>);
florianlink
recreated wrappers to match current python qt version...
r73 PythonQt::self()->registerCPPClass("QXmlSerializer", "QAbstractXmlReceiver", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlSerializer>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QXmlSerializer>);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 PythonQt::self()->registerClass(&QAbstractUriResolver::staticMetaObject, "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QAbstractUriResolver>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QAbstractUriResolver>);
florianlink
upgraded wrappers to current generator version...
r28 PythonQt::self()->registerCPPClass("QSimpleXmlNodeModel", "QAbstractXmlNodeModel", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QSimpleXmlNodeModel>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QSimpleXmlNodeModel>);
florianlink
recreated wrappers to match current python qt version...
r73 PythonQt::self()->registerClass(&QAbstractMessageHandler::staticMetaObject, "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QAbstractMessageHandler>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QAbstractMessageHandler>);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 PythonQt::self()->registerCPPClass("QXmlFormatter", "QXmlSerializer", "QtXmlPatterns", PythonQtCreateObject<PythonQtWrapper_QXmlFormatter>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QXmlFormatter>);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13
}