##// END OF EJS Templates
- added call method that does a direct call on the ObjectType...
- added call method that does a direct call on the ObjectType - added comments and improved docs git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@72 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r36:1d1e7c03e848
Show More
PythonQtWrapper_QDomNodeList.h
28 lines | 909 B | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QDOMNODELIST_H
#define PYTHONQTWRAPPER_QDOMNODELIST_H
#include <qdom.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #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; }
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isEmpty(QDomNodeList* theWrappedObject) const;
int count(QDomNodeList* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QDomNode item(QDomNodeList* theWrappedObject, int index) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 int size(QDomNodeList* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 uint length(QDomNodeList* theWrappedObject) const;
QDomNode at(QDomNodeList* theWrappedObject, int index) const;
bool operator_equal(QDomNodeList* theWrappedObject, const QDomNodeList& arg__1) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QDOMNODELIST_H