##// 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_QPersistentModelIndex.h
36 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
- 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;
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;
florianlink
upgraded wrappers to current generator version...
r28 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 Qt::ItemFlags flags(QPersistentModelIndex* theWrappedObject) const;
bool operator_equal(QPersistentModelIndex* theWrappedObject, const QModelIndex& other) const;
QModelIndex child(QPersistentModelIndex* theWrappedObject, int row, int column) const;
florianlink
upgraded wrappers to current generator version...
r28 int row(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 int column(QPersistentModelIndex* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H