##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
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; }
QDomNode item(QDomNodeList* theWrappedObject, int index) const;
QDomNode at(QDomNodeList* theWrappedObject, int index) const;
int count(QDomNodeList* theWrappedObject) const;
int size(QDomNodeList* theWrappedObject) const;
bool isEmpty(QDomNodeList* theWrappedObject) const;
uint length(QDomNodeList* theWrappedObject) const;
bool operator_equal(QDomNodeList* theWrappedObject, const QDomNodeList& arg__1) const;
};
#endif // PYTHONQTWRAPPER_QDOMNODELIST_H