#ifndef PYTHONQTWRAPPER_QXMLRESULTITEMS_H #define PYTHONQTWRAPPER_QXMLRESULTITEMS_H #include #include #include #include #include class PythonQtWrapper_QXmlResultItems : public QObject { Q_OBJECT public: public slots: QXmlResultItems* new_QXmlResultItems(); void delete_QXmlResultItems(QXmlResultItems* obj) { delete obj; } QXmlItem current(QXmlResultItems* theWrappedObject) const; bool hasError(QXmlResultItems* theWrappedObject) const; QXmlItem next(QXmlResultItems* theWrappedObject); }; #endif // PYTHONQTWRAPPER_QXMLRESULTITEMS_H