#ifndef PYTHONQTWRAPPER_QDOMNODELIST_H #define PYTHONQTWRAPPER_QDOMNODELIST_H #include #include #include #include #include class PythonQtWrapper_QDomNodeList : public QObject { Q_OBJECT public: public slots: QDomNodeList* new_QDomNodeList(); QDomNodeList* new_QDomNodeList(const QDomNodeList& arg__1); void delete_QDomNodeList(QDomNodeList* obj) { delete obj; } bool isEmpty(QDomNodeList* theWrappedObject) const; int count(QDomNodeList* theWrappedObject) const; QDomNode item(QDomNodeList* theWrappedObject, int index) const; int size(QDomNodeList* theWrappedObject) const; uint length(QDomNodeList* theWrappedObject) const; QDomNode at(QDomNodeList* theWrappedObject, int index) const; bool operator_equal(QDomNodeList* theWrappedObject, const QDomNodeList& arg__1) const; }; #endif // PYTHONQTWRAPPER_QDOMNODELIST_H