##// 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_QPersistentModelIndex.h
37 lines | 1.8 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_core / PythonQtWrapper_QPersistentModelIndex.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H
#define PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H
#include <qabstractitemmodel.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 <qabstractitemmodel.h>
class PythonQtWrapper_QPersistentModelIndex : public QObject
{ Q_OBJECT
public:
public slots:
QPersistentModelIndex* new_QPersistentModelIndex();
QPersistentModelIndex* new_QPersistentModelIndex(const QModelIndex& index);
QPersistentModelIndex* new_QPersistentModelIndex(const QPersistentModelIndex& other);
void delete_QPersistentModelIndex(QPersistentModelIndex* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 bool operator_equal(QPersistentModelIndex* theWrappedObject, const QModelIndex& other) const;
int row(QPersistentModelIndex* theWrappedObject) const;
QModelIndex child(QPersistentModelIndex* theWrappedObject, int row, int column) const;
int column(QPersistentModelIndex* theWrappedObject) const;
bool operator_less(QPersistentModelIndex* theWrappedObject, const QPersistentModelIndex& other) const;
bool operator_equal(QPersistentModelIndex* theWrappedObject, const QPersistentModelIndex& other) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 const QAbstractItemModel* model(QPersistentModelIndex* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QModelIndex sibling(QPersistentModelIndex* theWrappedObject, int row, int column) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isValid(QPersistentModelIndex* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QModelIndex parent(QPersistentModelIndex* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qint64 internalId(QPersistentModelIndex* theWrappedObject) const;
QVariant data(QPersistentModelIndex* theWrappedObject, int role = Qt::DisplayRole) const;
QModelIndex operator_cast_QModelIndex(QPersistentModelIndex* theWrappedObject) const;
Qt::ItemFlags flags(QPersistentModelIndex* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString toString(QPersistentModelIndex*);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H