#ifndef PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTE_H #define PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTE_H #include #include #include #include #include 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; } QStringRef prefix(QXmlStreamAttribute* theWrappedObject) const; QStringRef namespaceUri(QXmlStreamAttribute* theWrappedObject) const; QStringRef value(QXmlStreamAttribute* theWrappedObject) const; bool operator_equal(QXmlStreamAttribute* theWrappedObject, const QXmlStreamAttribute& other) const; bool isDefault(QXmlStreamAttribute* theWrappedObject) const; QStringRef name(QXmlStreamAttribute* theWrappedObject) const; QStringRef qualifiedName(QXmlStreamAttribute* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QXMLSTREAMATTRIBUTE_H