##// END OF EJS Templates
- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python...
- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python - object creation has changed by using the python type system (calling the type object with PyObject_Call) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@54 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r18:44e5ff2700cb
Show More
com_trolltech_qt_core_init.cpp
136 lines | 10.1 KiB | text/x-c | CppLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <PythonQt.h>
#include "PythonQtWrapper_QtConcurrent.h"
#include "PythonQtWrapper_QLibraryInfo.h"
#include "PythonQtWrapper_QModelIndex.h"
#include "PythonQtWrapper_QDirIterator.h"
#include "PythonQtWrapper_QPointF.h"
#include "PythonQtWrapper_QTime.h"
#include "PythonQtWrapper_QPersistentModelIndex.h"
#include "PythonQtWrapper_QLineF.h"
#include "PythonQtWrapper_QTextEncoder.h"
#include "PythonQtWrapper_QCryptographicHash.h"
#include "PythonQtWrapper_QXmlStreamAttribute.h"
#include "PythonQtWrapper_QSystemSemaphore.h"
#include "PythonQtWrapper_QRectF.h"
#include "PythonQtWrapper_QFileInfo.h"
#include "PythonQtWrapper_QByteArray.h"
#include "PythonQtWrapper_QRunnable.h"
#include "PythonQtWrapper_QSemaphore.h"
#include "PythonQtWrapper_QXmlStreamNamespaceDeclaration.h"
#include "PythonQtWrapper_QMutex.h"
#include "PythonQtWrapper_QDataStream.h"
#include "PythonQtWrapper_QTextDecoder.h"
#include "PythonQtWrapper_QStringMatcher.h"
#include "PythonQtWrapper_QBitArray.h"
#include "PythonQtWrapper_QRegExp.h"
#include "PythonQtWrapper_QTextCodec.h"
#include "PythonQtWrapper_QXmlStreamAttributes.h"
#include "PythonQtWrapper_QLine.h"
#include "PythonQtWrapper_QDate.h"
#include "PythonQtWrapper_QBasicTimer.h"
#include "PythonQtWrapper_QDateTime.h"
#include "PythonQtWrapper_QObject.h"
#include "PythonQtWrapper_QEvent.h"
#include "PythonQtWrapper_QSize.h"
#include "PythonQtWrapper_QSizeF.h"
#include "PythonQtWrapper_QXmlStreamEntityResolver.h"
#include "PythonQtWrapper_QUuid.h"
#include "PythonQtWrapper_QLocale.h"
#include "PythonQtWrapper_QTextBoundaryFinder.h"
#include "PythonQtWrapper_QTextStream.h"
#include "PythonQtWrapper_QRect.h"
#include "PythonQtWrapper_QXmlStreamWriter.h"
#include "PythonQtWrapper_QWaitCondition.h"
#include "PythonQtWrapper_QXmlStreamNotationDeclaration.h"
#include "PythonQtWrapper_Qt.h"
#include "PythonQtWrapper_QPoint.h"
#include "PythonQtWrapper_QXmlStreamEntityDeclaration.h"
#include "PythonQtWrapper_QXmlStreamReader.h"
#include "PythonQtWrapper_QDir.h"
#include "PythonQtWrapper_QByteArrayMatcher.h"
#include "PythonQtWrapper_QUrl.h"
#include "PythonQtWrapper_QSignalMapper.h"
#include "PythonQtWrapper_QAbstractItemModel.h"
#include "PythonQtWrapper_QEventLoop.h"
#include "PythonQtWrapper_QTimer.h"
#include "PythonQtWrapper_QTextCodecPlugin.h"
#include "PythonQtWrapper_QChildEvent.h"
#include "PythonQtWrapper_QTimeLine.h"
#include "PythonQtWrapper_QDynamicPropertyChangeEvent.h"
#include "PythonQtWrapper_QCoreApplication.h"
#include "PythonQtWrapper_QTranslator.h"
#include "PythonQtWrapper_QSocketNotifier.h"
#include "PythonQtWrapper_QFileSystemWatcher.h"
#include "PythonQtWrapper_QIODevice.h"
#include "PythonQtWrapper_QSettings.h"
#include "PythonQtWrapper_QTimerEvent.h"
#include "PythonQtWrapper_QMimeData.h"
#include "PythonQtWrapper_QThreadPool.h"
#include "PythonQtWrapper_QFile.h"
#include "PythonQtWrapper_QBuffer.h"
#include "PythonQtWrapper_QProcess.h"
#include "PythonQtWrapper_QAbstractTableModel.h"
#include "PythonQtWrapper_QAbstractListModel.h"
#include "PythonQtWrapper_QTemporaryFile.h"
void PythonQt_init_QtCore() {
PythonQt::self()->registerCPPClass("QtConcurrent", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QtConcurrent>);
PythonQt::self()->registerCPPClass("QLibraryInfo", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QLibraryInfo>);
PythonQt::self()->registerCPPClass("QModelIndex", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QModelIndex>);
PythonQt::self()->registerCPPClass("QDirIterator", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QDirIterator>);
PythonQt::self()->registerCPPClass("QPersistentModelIndex", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QPersistentModelIndex>);
PythonQt::self()->registerCPPClass("QTextEncoder", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QTextEncoder>);
PythonQt::self()->registerCPPClass("QCryptographicHash", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QCryptographicHash>);
PythonQt::self()->registerCPPClass("QXmlStreamAttribute", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamAttribute>);
PythonQt::self()->registerCPPClass("QSystemSemaphore", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QSystemSemaphore>);
PythonQt::self()->registerCPPClass("QFileInfo", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QFileInfo>);
PythonQt::self()->registerCPPClass("QByteArray", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QByteArray>);
PythonQt::self()->registerCPPClass("QRunnable", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QRunnable>);
PythonQt::self()->registerCPPClass("QSemaphore", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QSemaphore>);
PythonQt::self()->registerCPPClass("QXmlStreamNamespaceDeclaration", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamNamespaceDeclaration>);
PythonQt::self()->registerCPPClass("QMutex", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QMutex>);
PythonQt::self()->registerCPPClass("QDataStream", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QDataStream>);
PythonQt::self()->registerCPPClass("QTextDecoder", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QTextDecoder>);
PythonQt::self()->registerCPPClass("QStringMatcher", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QStringMatcher>);
PythonQt::self()->registerCPPClass("QBitArray", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QBitArray>);
PythonQt::self()->registerCPPClass("QTextCodec", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QTextCodec>);
PythonQt::self()->registerCPPClass("QXmlStreamAttributes", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamAttributes>);
PythonQt::self()->registerCPPClass("QBasicTimer", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QBasicTimer>);
PythonQt::self()->registerClass(&QObject::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QObject>);
PythonQt::self()->registerCPPClass("QEvent", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QEvent>);
PythonQt::self()->registerCPPClass("QXmlStreamEntityResolver", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamEntityResolver>);
PythonQt::self()->registerCPPClass("QUuid", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QUuid>);
PythonQt::self()->registerCPPClass("QTextBoundaryFinder", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QTextBoundaryFinder>);
PythonQt::self()->registerCPPClass("QTextStream", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QTextStream>);
PythonQt::self()->registerCPPClass("QXmlStreamWriter", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamWriter>);
PythonQt::self()->registerCPPClass("QWaitCondition", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QWaitCondition>);
PythonQt::self()->registerCPPClass("QXmlStreamNotationDeclaration", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamNotationDeclaration>);
PythonQt::self()->registerCPPClass("QXmlStreamEntityDeclaration", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamEntityDeclaration>);
PythonQt::self()->registerCPPClass("QXmlStreamReader", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QXmlStreamReader>);
PythonQt::self()->registerCPPClass("QDir", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QDir>);
PythonQt::self()->registerCPPClass("QByteArrayMatcher", "", "QtCore", PythonQtCreateObject<PythonQtWrapper_QByteArrayMatcher>);
PythonQt::self()->registerClass(&QSignalMapper::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QSignalMapper>);
PythonQt::self()->registerClass(&QAbstractItemModel::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QAbstractItemModel>);
PythonQt::self()->registerClass(&QEventLoop::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QEventLoop>);
PythonQt::self()->registerClass(&QTimer::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QTimer>);
PythonQt::self()->registerClass(&QTextCodecPlugin::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QTextCodecPlugin>);
PythonQt::self()->registerCPPClass("QChildEvent", "QEvent", "QtCore", PythonQtCreateObject<PythonQtWrapper_QChildEvent>);
PythonQt::self()->registerClass(&QTimeLine::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QTimeLine>);
PythonQt::self()->registerCPPClass("QDynamicPropertyChangeEvent", "QEvent", "QtCore", PythonQtCreateObject<PythonQtWrapper_QDynamicPropertyChangeEvent>);
PythonQt::self()->registerClass(&QCoreApplication::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QCoreApplication>);
PythonQt::self()->registerClass(&QTranslator::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QTranslator>);
PythonQt::self()->registerClass(&QSocketNotifier::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QSocketNotifier>);
PythonQt::self()->registerClass(&QFileSystemWatcher::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QFileSystemWatcher>);
PythonQt::self()->registerClass(&QIODevice::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QIODevice>);
PythonQt::self()->registerClass(&QSettings::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QSettings>);
PythonQt::self()->registerCPPClass("QTimerEvent", "QEvent", "QtCore", PythonQtCreateObject<PythonQtWrapper_QTimerEvent>);
PythonQt::self()->registerClass(&QMimeData::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QMimeData>);
PythonQt::self()->registerClass(&QThreadPool::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QThreadPool>);
PythonQt::self()->registerClass(&QFile::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QFile>);
PythonQt::self()->registerClass(&QBuffer::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QBuffer>);
PythonQt::self()->registerClass(&QProcess::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QProcess>);
PythonQt::self()->registerClass(&QAbstractTableModel::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QAbstractTableModel>);
PythonQt::self()->registerClass(&QAbstractListModel::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QAbstractListModel>);
PythonQt::self()->registerClass(&QTemporaryFile::staticMetaObject, "QtCore", PythonQtCreateObject<PythonQtWrapper_QTemporaryFile>);
}