##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QXmlStreamReader.h
82 lines | 5.3 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_core / PythonQtWrapper_QXmlStreamReader.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QXMLSTREAMREADER_H
#define PYTHONQTWRAPPER_QXMLSTREAMREADER_H
#include <qxmlstream.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qbytearray.h>
#include <qiodevice.h>
#include <qvector.h>
#include <qxmlstream.h>
class PythonQtWrapper_QXmlStreamReader : public QObject
{ Q_OBJECT
public:
Q_ENUMS(Error TokenType )
enum Error{
NoError = QXmlStreamReader::NoError, UnexpectedElementError = QXmlStreamReader::UnexpectedElementError, CustomError = QXmlStreamReader::CustomError, NotWellFormedError = QXmlStreamReader::NotWellFormedError, PrematureEndOfDocumentError = QXmlStreamReader::PrematureEndOfDocumentError};
enum TokenType{
NoToken = QXmlStreamReader::NoToken, Invalid = QXmlStreamReader::Invalid, StartDocument = QXmlStreamReader::StartDocument, EndDocument = QXmlStreamReader::EndDocument, StartElement = QXmlStreamReader::StartElement, EndElement = QXmlStreamReader::EndElement, Characters = QXmlStreamReader::Characters, Comment = QXmlStreamReader::Comment, DTD = QXmlStreamReader::DTD, EntityReference = QXmlStreamReader::EntityReference, ProcessingInstruction = QXmlStreamReader::ProcessingInstruction};
public slots:
QXmlStreamReader* new_QXmlStreamReader();
QXmlStreamReader* new_QXmlStreamReader(QIODevice* device);
QXmlStreamReader* new_QXmlStreamReader(const QByteArray& data);
QXmlStreamReader* new_QXmlStreamReader(const QString& data);
void delete_QXmlStreamReader(QXmlStreamReader* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 QString errorString(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void addExtraNamespaceDeclarations(QXmlStreamReader* theWrappedObject, const QVector<QXmlStreamNamespaceDeclaration >& extraNamespaceDeclaractions);
florianlink
upgraded wrappers to current generator version...
r28 bool isWhitespace(QXmlStreamReader* theWrappedObject) const;
QStringRef documentEncoding(QXmlStreamReader* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QStringRef name(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QXmlStreamAttributes attributes(QXmlStreamReader* theWrappedObject) const;
QXmlStreamEntityResolver* entityResolver(QXmlStreamReader* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool namespaceProcessing(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isEndElement(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qint64 lineNumber(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QStringRef dtdSystemId(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamEntityDeclaration > entityDeclarations(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isEntityReference(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isStandaloneDocument(QXmlStreamReader* theWrappedObject) const;
qint64 characterOffset(QXmlStreamReader* theWrappedObject) const;
QIODevice* device(QXmlStreamReader* theWrappedObject) const;
QString readElementText(QXmlStreamReader* theWrappedObject);
QVector<QXmlStreamNotationDeclaration > notationDeclarations(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdPublicId(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void addData(QXmlStreamReader* theWrappedObject, const QByteArray& data);
florianlink
upgraded wrappers to current generator version...
r28 QXmlStreamReader::TokenType tokenType(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamNamespaceDeclaration > namespaceDeclarations(QXmlStreamReader* theWrappedObject) const;
bool isCDATA(QXmlStreamReader* theWrappedObject) const;
bool isStartElement(QXmlStreamReader* theWrappedObject) const;
void setNamespaceProcessing(QXmlStreamReader* theWrappedObject, bool arg__1);
void addExtraNamespaceDeclaration(QXmlStreamReader* theWrappedObject, const QXmlStreamNamespaceDeclaration& extraNamespaceDeclaraction);
QStringRef prefix(QXmlStreamReader* theWrappedObject) const;
void setEntityResolver(QXmlStreamReader* theWrappedObject, QXmlStreamEntityResolver* resolver);
QStringRef dtdName(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void raiseError(QXmlStreamReader* theWrappedObject, const QString& message = QString());
florianlink
upgraded wrappers to current generator version...
r28 QStringRef documentVersion(QXmlStreamReader* theWrappedObject) const;
QString tokenString(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void addData(QXmlStreamReader* theWrappedObject, const QString& data);
qint64 columnNumber(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isEndDocument(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isStartDocument(QXmlStreamReader* theWrappedObject) const;
bool isDTD(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QStringRef processingInstructionTarget(QXmlStreamReader* theWrappedObject) const;
QXmlStreamReader::TokenType readNext(QXmlStreamReader* theWrappedObject);
bool isProcessingInstruction(QXmlStreamReader* theWrappedObject) const;
bool hasError(QXmlStreamReader* theWrappedObject) const;
QStringRef processingInstructionData(QXmlStreamReader* theWrappedObject) const;
QStringRef namespaceUri(QXmlStreamReader* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool atEnd(QXmlStreamReader* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QXmlStreamReader::Error error(QXmlStreamReader* theWrappedObject) const;
void setDevice(QXmlStreamReader* theWrappedObject, QIODevice* device);
bool isCharacters(QXmlStreamReader* theWrappedObject) const;
bool isComment(QXmlStreamReader* theWrappedObject) const;
void clear(QXmlStreamReader* theWrappedObject);
QStringRef qualifiedName(QXmlStreamReader* theWrappedObject) const;
QStringRef text(QXmlStreamReader* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QXMLSTREAMREADER_H