##// END OF EJS Templates
started to update/improve docs...
started to update/improve docs git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@68 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r32:ae159b178ea0
Show More
PythonQtWrapper_QDomNodeList.h
28 lines | 909 B | text/x-c | CLexer
#ifndef PYTHONQTWRAPPER_QDOMNODELIST_H
#define PYTHONQTWRAPPER_QDOMNODELIST_H
#include <qdom.h>
#include <QObject>
#include <PythonQt.h>
#include <QVariant>
#include <qdom.h>
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