##// END OF EJS Templates
merged contributions from https://github.com/commontk/PythonQt/compare/svn-mirror...patched changed polymorphichandler char** to const char** git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@204 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r128:2bd3690c0f37
r165:06bd1a1f31e2
Show More
com_trolltech_qt_xml1.h
272 lines | 16.6 KiB | text/x-c | CLexer
#include <PythonQt.h>
#include <QObject>
#include <QVariant>
#include <qbytearray.h>
#include <qiodevice.h>
#include <qlist.h>
#include <qtextcodec.h>
#include <qvector.h>
#include <qxmlstream.h>
class PythonQtWrapper_QXmlStreamAttribute : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamAttribute* new_QXmlStreamAttribute();
QXmlStreamAttribute* new_QXmlStreamAttribute(const QString& namespaceUri, const QString& name, const QString& value);
QXmlStreamAttribute* new_QXmlStreamAttribute(const QString& qualifiedName, const QString& value);
QXmlStreamAttribute* new_QXmlStreamAttribute(const QXmlStreamAttribute& arg__1);
void delete_QXmlStreamAttribute(QXmlStreamAttribute* obj) { delete obj; }
bool isDefault(QXmlStreamAttribute* theWrappedObject) const;
QStringRef name(QXmlStreamAttribute* theWrappedObject) const;
QStringRef namespaceUri(QXmlStreamAttribute* theWrappedObject) const;
bool __ne__(QXmlStreamAttribute* theWrappedObject, const QXmlStreamAttribute& other) const;
bool __eq__(QXmlStreamAttribute* theWrappedObject, const QXmlStreamAttribute& other) const;
QStringRef prefix(QXmlStreamAttribute* theWrappedObject) const;
QStringRef qualifiedName(QXmlStreamAttribute* theWrappedObject) const;
QStringRef value(QXmlStreamAttribute* theWrappedObject) const;
};
class PythonQtShell_QXmlStreamAttributes : public QXmlStreamAttributes
{
public:
PythonQtShell_QXmlStreamAttributes():QXmlStreamAttributes(),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QXmlStreamAttributes : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamAttributes* new_QXmlStreamAttributes();
QXmlStreamAttributes* new_QXmlStreamAttributes(const QXmlStreamAttributes& other) {
PythonQtShell_QXmlStreamAttributes* a = new PythonQtShell_QXmlStreamAttributes();
*((QXmlStreamAttributes*)a) = other;
return a; }
void delete_QXmlStreamAttributes(QXmlStreamAttributes* obj) { delete obj; }
void append(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
void append(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName, const QString& value);
void append(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& attribute);
const QXmlStreamAttribute* at(QXmlStreamAttributes* theWrappedObject, int i) const;
int capacity(QXmlStreamAttributes* theWrappedObject) const;
void clear(QXmlStreamAttributes* theWrappedObject);
bool contains(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
int count(QXmlStreamAttributes* theWrappedObject) const;
int count(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
bool empty(QXmlStreamAttributes* theWrappedObject) const;
bool endsWith(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
QVector<QXmlStreamAttribute >* fill(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int size);
const QXmlStreamAttribute* first(QXmlStreamAttributes* theWrappedObject) const;
QVector<QXmlStreamAttribute > static_QXmlStreamAttributes_fromList(const QList<QXmlStreamAttribute >& list);
bool hasAttribute(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
bool hasAttribute(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
int indexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
bool isEmpty(QXmlStreamAttributes* theWrappedObject) const;
const QXmlStreamAttribute* last(QXmlStreamAttributes* theWrappedObject) const;
int lastIndexOf(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int from) const;
QVector<QXmlStreamAttribute > mid(QXmlStreamAttributes* theWrappedObject, int pos, int length) const;
bool __ne__(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
bool __eq__(QXmlStreamAttributes* theWrappedObject, const QVector<QXmlStreamAttribute >& v) const;
void prepend(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t);
void remove(QXmlStreamAttributes* theWrappedObject, int i);
void remove(QXmlStreamAttributes* theWrappedObject, int i, int n);
void replace(QXmlStreamAttributes* theWrappedObject, int i, const QXmlStreamAttribute& t);
void reserve(QXmlStreamAttributes* theWrappedObject, int size);
void resize(QXmlStreamAttributes* theWrappedObject, int size);
void setSharable(QXmlStreamAttributes* theWrappedObject, bool sharable);
int size(QXmlStreamAttributes* theWrappedObject) const;
void squeeze(QXmlStreamAttributes* theWrappedObject);
bool startsWith(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t) const;
QList<QXmlStreamAttribute > toList(QXmlStreamAttributes* theWrappedObject) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const;
QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const;
};
class PythonQtWrapper_QXmlStreamEntityDeclaration : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamEntityDeclaration* new_QXmlStreamEntityDeclaration();
QXmlStreamEntityDeclaration* new_QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration& arg__1);
void delete_QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration* obj) { delete obj; }
QStringRef name(QXmlStreamEntityDeclaration* theWrappedObject) const;
QStringRef notationName(QXmlStreamEntityDeclaration* theWrappedObject) const;
bool __ne__(QXmlStreamEntityDeclaration* theWrappedObject, const QXmlStreamEntityDeclaration& other) const;
bool __eq__(QXmlStreamEntityDeclaration* theWrappedObject, const QXmlStreamEntityDeclaration& other) const;
QStringRef publicId(QXmlStreamEntityDeclaration* theWrappedObject) const;
QStringRef systemId(QXmlStreamEntityDeclaration* theWrappedObject) const;
QStringRef value(QXmlStreamEntityDeclaration* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamNamespaceDeclaration : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamNamespaceDeclaration* new_QXmlStreamNamespaceDeclaration();
QXmlStreamNamespaceDeclaration* new_QXmlStreamNamespaceDeclaration(const QString& prefix, const QString& namespaceUri);
QXmlStreamNamespaceDeclaration* new_QXmlStreamNamespaceDeclaration(const QXmlStreamNamespaceDeclaration& arg__1);
void delete_QXmlStreamNamespaceDeclaration(QXmlStreamNamespaceDeclaration* obj) { delete obj; }
QStringRef namespaceUri(QXmlStreamNamespaceDeclaration* theWrappedObject) const;
bool __ne__(QXmlStreamNamespaceDeclaration* theWrappedObject, const QXmlStreamNamespaceDeclaration& other) const;
bool __eq__(QXmlStreamNamespaceDeclaration* theWrappedObject, const QXmlStreamNamespaceDeclaration& other) const;
QStringRef prefix(QXmlStreamNamespaceDeclaration* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamNotationDeclaration : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamNotationDeclaration* new_QXmlStreamNotationDeclaration();
QXmlStreamNotationDeclaration* new_QXmlStreamNotationDeclaration(const QXmlStreamNotationDeclaration& arg__1);
void delete_QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration* obj) { delete obj; }
QStringRef name(QXmlStreamNotationDeclaration* theWrappedObject) const;
bool __ne__(QXmlStreamNotationDeclaration* theWrappedObject, const QXmlStreamNotationDeclaration& other) const;
bool __eq__(QXmlStreamNotationDeclaration* theWrappedObject, const QXmlStreamNotationDeclaration& other) const;
QStringRef publicId(QXmlStreamNotationDeclaration* theWrappedObject) const;
QStringRef systemId(QXmlStreamNotationDeclaration* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamReader : public QObject
{ Q_OBJECT
public:
Q_ENUMS(Error TokenType ReadElementTextBehaviour )
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};
enum ReadElementTextBehaviour{
ErrorOnUnexpectedElement = QXmlStreamReader::ErrorOnUnexpectedElement, IncludeChildElements = QXmlStreamReader::IncludeChildElements, SkipChildElements = QXmlStreamReader::SkipChildElements};
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; }
void addData(QXmlStreamReader* theWrappedObject, const QByteArray& data);
void addData(QXmlStreamReader* theWrappedObject, const QString& data);
void addExtraNamespaceDeclaration(QXmlStreamReader* theWrappedObject, const QXmlStreamNamespaceDeclaration& extraNamespaceDeclaraction);
void addExtraNamespaceDeclarations(QXmlStreamReader* theWrappedObject, const QVector<QXmlStreamNamespaceDeclaration >& extraNamespaceDeclaractions);
bool atEnd(QXmlStreamReader* theWrappedObject) const;
QXmlStreamAttributes attributes(QXmlStreamReader* theWrappedObject) const;
qint64 characterOffset(QXmlStreamReader* theWrappedObject) const;
void clear(QXmlStreamReader* theWrappedObject);
qint64 columnNumber(QXmlStreamReader* theWrappedObject) const;
QIODevice* device(QXmlStreamReader* theWrappedObject) const;
QStringRef documentEncoding(QXmlStreamReader* theWrappedObject) const;
QStringRef documentVersion(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdName(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdPublicId(QXmlStreamReader* theWrappedObject) const;
QStringRef dtdSystemId(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamEntityDeclaration > entityDeclarations(QXmlStreamReader* theWrappedObject) const;
QXmlStreamEntityResolver* entityResolver(QXmlStreamReader* theWrappedObject) const;
QXmlStreamReader::Error error(QXmlStreamReader* theWrappedObject) const;
QString errorString(QXmlStreamReader* theWrappedObject) const;
bool hasError(QXmlStreamReader* theWrappedObject) const;
bool isCDATA(QXmlStreamReader* theWrappedObject) const;
bool isCharacters(QXmlStreamReader* theWrappedObject) const;
bool isComment(QXmlStreamReader* theWrappedObject) const;
bool isDTD(QXmlStreamReader* theWrappedObject) const;
bool isEndDocument(QXmlStreamReader* theWrappedObject) const;
bool isEndElement(QXmlStreamReader* theWrappedObject) const;
bool isEntityReference(QXmlStreamReader* theWrappedObject) const;
bool isProcessingInstruction(QXmlStreamReader* theWrappedObject) const;
bool isStandaloneDocument(QXmlStreamReader* theWrappedObject) const;
bool isStartDocument(QXmlStreamReader* theWrappedObject) const;
bool isStartElement(QXmlStreamReader* theWrappedObject) const;
bool isWhitespace(QXmlStreamReader* theWrappedObject) const;
qint64 lineNumber(QXmlStreamReader* theWrappedObject) const;
QStringRef name(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamNamespaceDeclaration > namespaceDeclarations(QXmlStreamReader* theWrappedObject) const;
bool namespaceProcessing(QXmlStreamReader* theWrappedObject) const;
QStringRef namespaceUri(QXmlStreamReader* theWrappedObject) const;
QVector<QXmlStreamNotationDeclaration > notationDeclarations(QXmlStreamReader* theWrappedObject) const;
QStringRef prefix(QXmlStreamReader* theWrappedObject) const;
QStringRef processingInstructionData(QXmlStreamReader* theWrappedObject) const;
QStringRef processingInstructionTarget(QXmlStreamReader* theWrappedObject) const;
QStringRef qualifiedName(QXmlStreamReader* theWrappedObject) const;
void raiseError(QXmlStreamReader* theWrappedObject, const QString& message = QString());
QString readElementText(QXmlStreamReader* theWrappedObject);
QString readElementText(QXmlStreamReader* theWrappedObject, QXmlStreamReader::ReadElementTextBehaviour behaviour);
QXmlStreamReader::TokenType readNext(QXmlStreamReader* theWrappedObject);
bool readNextStartElement(QXmlStreamReader* theWrappedObject);
void setDevice(QXmlStreamReader* theWrappedObject, QIODevice* device);
void setEntityResolver(QXmlStreamReader* theWrappedObject, QXmlStreamEntityResolver* resolver);
void setNamespaceProcessing(QXmlStreamReader* theWrappedObject, bool arg__1);
void skipCurrentElement(QXmlStreamReader* theWrappedObject);
QStringRef text(QXmlStreamReader* theWrappedObject) const;
QString tokenString(QXmlStreamReader* theWrappedObject) const;
QXmlStreamReader::TokenType tokenType(QXmlStreamReader* theWrappedObject) const;
};
class PythonQtWrapper_QXmlStreamWriter : public QObject
{ Q_OBJECT
public:
public slots:
QXmlStreamWriter* new_QXmlStreamWriter();
QXmlStreamWriter* new_QXmlStreamWriter(QByteArray* array);
QXmlStreamWriter* new_QXmlStreamWriter(QIODevice* device);
void delete_QXmlStreamWriter(QXmlStreamWriter* obj) { delete obj; }
bool autoFormatting(QXmlStreamWriter* theWrappedObject) const;
int autoFormattingIndent(QXmlStreamWriter* theWrappedObject) const;
QTextCodec* codec(QXmlStreamWriter* theWrappedObject) const;
QIODevice* device(QXmlStreamWriter* theWrappedObject) const;
void setAutoFormatting(QXmlStreamWriter* theWrappedObject, bool arg__1);
void setAutoFormattingIndent(QXmlStreamWriter* theWrappedObject, int spacesOrTabs);
void setCodec(QXmlStreamWriter* theWrappedObject, QTextCodec* codec);
void setCodec(QXmlStreamWriter* theWrappedObject, const char* codecName);
void setDevice(QXmlStreamWriter* theWrappedObject, QIODevice* device);
void writeAttribute(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
void writeAttribute(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName, const QString& value);
void writeAttribute(QXmlStreamWriter* theWrappedObject, const QXmlStreamAttribute& attribute);
void writeAttributes(QXmlStreamWriter* theWrappedObject, const QXmlStreamAttributes& attributes);
void writeCDATA(QXmlStreamWriter* theWrappedObject, const QString& text);
void writeCharacters(QXmlStreamWriter* theWrappedObject, const QString& text);
void writeComment(QXmlStreamWriter* theWrappedObject, const QString& text);
void writeCurrentToken(QXmlStreamWriter* theWrappedObject, const QXmlStreamReader& reader);
void writeDTD(QXmlStreamWriter* theWrappedObject, const QString& dtd);
void writeDefaultNamespace(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri);
void writeEmptyElement(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name);
void writeEmptyElement(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName);
void writeEndDocument(QXmlStreamWriter* theWrappedObject);
void writeEndElement(QXmlStreamWriter* theWrappedObject);
void writeEntityReference(QXmlStreamWriter* theWrappedObject, const QString& name);
void writeNamespace(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& prefix = QString());
void writeProcessingInstruction(QXmlStreamWriter* theWrappedObject, const QString& target, const QString& data = QString());
void writeStartDocument(QXmlStreamWriter* theWrappedObject);
void writeStartDocument(QXmlStreamWriter* theWrappedObject, const QString& version);
void writeStartDocument(QXmlStreamWriter* theWrappedObject, const QString& version, bool standalone);
void writeStartElement(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name);
void writeStartElement(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName);
void writeTextElement(QXmlStreamWriter* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& text);
void writeTextElement(QXmlStreamWriter* theWrappedObject, const QString& qualifiedName, const QString& text);
};