#ifndef PYTHONQTWRAPPER_QDOMATTR_H #define PYTHONQTWRAPPER_QDOMATTR_H #include #include #include #include #include #include class PythonQtWrapper_QDomAttr : public QObject { Q_OBJECT public: public slots: QDomAttr* new_QDomAttr(); QDomAttr* new_QDomAttr(const QDomAttr& x); void delete_QDomAttr(QDomAttr* obj) { delete obj; } QString name(QDomAttr* theWrappedObject) const; void setValue(QDomAttr* theWrappedObject, const QString& arg__1); bool specified(QDomAttr* theWrappedObject) const; QDomElement ownerElement(QDomAttr* theWrappedObject) const; QString value(QDomAttr* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QDOMATTR_H