32 #include <QAbstractItemModel>
48 QModelIndex index (
int,
int,
const QModelIndex& = QModelIndex ())
const;
49 QModelIndex parent (
const QModelIndex&)
const;
50 int rowCount (
const QModelIndex& parent = QModelIndex())
const;
51 int columnCount (
const QModelIndex& parent = QModelIndex())
const;
52 QVariant data (
const QModelIndex& index,
int role = Qt::DisplayRole)
const;
54 void SetSource (QAbstractItemModel*);
56 virtual bool IsIndexAccepted (
const QModelIndex&)
const;
58 void handleDataChanged (
const QModelIndex&,
const QModelIndex&);
59 void handleRowsInserted (
const QModelIndex&,
int,
int);
60 void handleRowsAboutRemoved (
const QModelIndex&,
int,
int);
QList< QPersistentModelIndex > SourceIndexes_
QAbstractItemModel * Source_