##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QPersistentModelIndex.h
36 lines | 1.8 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_core / PythonQtWrapper_QPersistentModelIndex.h
#ifndef PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H
#define PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H
#include <qabstractitemmodel.h>
#include <QObject>
#include <PythonQt.h>
#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; }
const QAbstractItemModel* model(QPersistentModelIndex* theWrappedObject) const;
bool isValid(QPersistentModelIndex* theWrappedObject) const;
QModelIndex parent(QPersistentModelIndex* theWrappedObject) const;
qint64 internalId(QPersistentModelIndex* theWrappedObject) const;
QVariant data(QPersistentModelIndex* theWrappedObject, int role = Qt::DisplayRole) const;
QModelIndex operator_cast_QModelIndex(QPersistentModelIndex* theWrappedObject) const;
QModelIndex sibling(QPersistentModelIndex* theWrappedObject, int row, int column) const;
Qt::ItemFlags flags(QPersistentModelIndex* theWrappedObject) const;
bool operator_equal(QPersistentModelIndex* theWrappedObject, const QModelIndex& other) const;
QModelIndex child(QPersistentModelIndex* theWrappedObject, int row, int column) const;
int row(QPersistentModelIndex* theWrappedObject) const;
bool operator_less(QPersistentModelIndex* theWrappedObject, const QPersistentModelIndex& other) const;
bool operator_equal(QPersistentModelIndex* theWrappedObject, const QPersistentModelIndex& other) const;
int column(QPersistentModelIndex* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H