#ifndef PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H #define PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H #include #include #include #include #include #include class PythonQtWrapper_QXmlStreamAttributes : public QObject { Q_OBJECT public: public slots: QXmlStreamAttributes* new_QXmlStreamAttributes(); 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; QVector& fill(QXmlStreamAttributes* theWrappedObject, const QXmlStreamAttribute& t, int size); const QXmlStreamAttribute& first(QXmlStreamAttributes* theWrappedObject) const; QVector static_QXmlStreamAttributes_fromList(const QList& list); 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 mid(QXmlStreamAttributes* theWrappedObject, int pos, int length) const; bool operator_equal(QXmlStreamAttributes* theWrappedObject, const QVector& 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); QList toList(QXmlStreamAttributes* theWrappedObject) const; QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& namespaceUri, const QString& name) const; QStringRef value(QXmlStreamAttributes* theWrappedObject, const QString& qualifiedName) const; }; #endif // PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTES_H