##// 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
#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; }
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;
const QAbstractItemModel* model(QPersistentModelIndex* theWrappedObject) const;
QModelIndex sibling(QPersistentModelIndex* theWrappedObject, int row, int column) 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;
Qt::ItemFlags flags(QPersistentModelIndex* theWrappedObject) const;
QString toString(QPersistentModelIndex*);
};
#endif // PYTHONQTWRAPPER_QPERSISTENTMODELINDEX_H