26 Q_DECLARE_PUBLIC(QTransposeProxyModel)
30 QList<QMetaObject::Connection> sourceConnections;
31 QList<QPersistentModelIndex> layoutChangePersistentIndexes;
32 QModelIndexList layoutChangeProxyIndexes;
33 QModelIndex uncheckedMapToSource(
const QModelIndex &proxyIndex)
const;
34 QModelIndex uncheckedMapFromSource(
const QModelIndex &sourceIndex)
const;
35 void onLayoutChanged(
const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint);
36 void onLayoutAboutToBeChanged(
const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint);
37 void onDataChanged(
const QModelIndex &topLeft,
const QModelIndex &bottomRight,
const QList<
int> &roles);
38 void onHeaderDataChanged(Qt::Orientation orientation,
int first,
int last);
39 void onColumnsAboutToBeInserted(
const QModelIndex &parent,
int first,
int last);
40 void onColumnsAboutToBeRemoved(
const QModelIndex &parent,
int first,
int last);
41 void onColumnsAboutToBeMoved(
const QModelIndex &sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex &destinationParent,
int destinationColumn);
42 void onRowsAboutToBeInserted(
const QModelIndex &parent,
int first,
int last);
43 void onRowsAboutToBeRemoved(
const QModelIndex &parent,
int first,
int last);
44 void onRowsAboutToBeMoved(
const QModelIndex &sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex &destinationParent,
int destinationRow);