Lines Matching refs:QIdentityProxyModel

53     Q_DECLARE_PUBLIC(QIdentityProxyModel)
109 QIdentityProxyModel::QIdentityProxyModel(QObject* parent) in QIdentityProxyModel() function in QIdentityProxyModel
118 QIdentityProxyModel::QIdentityProxyModel(QIdentityProxyModelPrivate &dd, QObject* parent) in QIdentityProxyModel() function in QIdentityProxyModel
127 QIdentityProxyModel::~QIdentityProxyModel() in ~QIdentityProxyModel()
134 int QIdentityProxyModel::columnCount(const QModelIndex& parent) const in columnCount()
137 Q_D(const QIdentityProxyModel); in columnCount()
144 bool QIdentityProxyModel::dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int c… in dropMimeData()
147 Q_D(QIdentityProxyModel); in dropMimeData()
154 QModelIndex QIdentityProxyModel::index(int row, int column, const QModelIndex& parent) const in index()
157 Q_D(const QIdentityProxyModel); in index()
166 QModelIndex QIdentityProxyModel::sibling(int row, int column, const QModelIndex &idx) const in sibling()
168 Q_D(const QIdentityProxyModel); in sibling()
175 bool QIdentityProxyModel::insertColumns(int column, int count, const QModelIndex& parent) in insertColumns()
178 Q_D(QIdentityProxyModel); in insertColumns()
185 bool QIdentityProxyModel::insertRows(int row, int count, const QModelIndex& parent) in insertRows()
188 Q_D(QIdentityProxyModel); in insertRows()
195 QModelIndex QIdentityProxyModel::mapFromSource(const QModelIndex& sourceIndex) const in mapFromSource()
197 Q_D(const QIdentityProxyModel); in mapFromSource()
208 QItemSelection QIdentityProxyModel::mapSelectionFromSource(const QItemSelection& selection) const in mapSelectionFromSource()
210 Q_D(const QIdentityProxyModel); in mapSelectionFromSource()
231 QItemSelection QIdentityProxyModel::mapSelectionToSource(const QItemSelection& selection) const in mapSelectionToSource()
233 Q_D(const QIdentityProxyModel); in mapSelectionToSource()
254 QModelIndex QIdentityProxyModel::mapToSource(const QModelIndex& proxyIndex) const in mapToSource()
256 Q_D(const QIdentityProxyModel); in mapToSource()
266 QModelIndexList QIdentityProxyModel::match(const QModelIndex& start, int role, const QVariant& valu… in match()
268 Q_D(const QIdentityProxyModel); in match()
286 QModelIndex QIdentityProxyModel::parent(const QModelIndex& child) const in parent()
297 bool QIdentityProxyModel::removeColumns(int column, int count, const QModelIndex& parent) in removeColumns()
300 Q_D(QIdentityProxyModel); in removeColumns()
307 bool QIdentityProxyModel::removeRows(int row, int count, const QModelIndex& parent) in removeRows()
310 Q_D(QIdentityProxyModel); in removeRows()
318 bool QIdentityProxyModel::moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const… in moveRows()
322 Q_D(QIdentityProxyModel); in moveRows()
330 bool QIdentityProxyModel::moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count,… in moveColumns()
334 Q_D(QIdentityProxyModel); in moveColumns()
341 int QIdentityProxyModel::rowCount(const QModelIndex& parent) const in rowCount()
344 Q_D(const QIdentityProxyModel); in rowCount()
351 QVariant QIdentityProxyModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData()
353 Q_D(const QIdentityProxyModel); in headerData()
360 void QIdentityProxyModel::setSourceModel(QAbstractItemModel* newSourceModel) in setSourceModel()
450 Q_Q(QIdentityProxyModel); in _q_sourceColumnsAboutToBeInserted()
458 Q_Q(QIdentityProxyModel); in _q_sourceColumnsAboutToBeMoved()
465 Q_Q(QIdentityProxyModel); in _q_sourceColumnsAboutToBeRemoved()
472 Q_Q(QIdentityProxyModel); in _q_sourceColumnsInserted()
483 Q_Q(QIdentityProxyModel); in _q_sourceColumnsMoved()
495 Q_Q(QIdentityProxyModel); in _q_sourceColumnsRemoved()
506 Q_Q(QIdentityProxyModel); in _q_sourceDataChanged()
512 Q_Q(QIdentityProxyModel); in _q_sourceHeaderDataChanged()
518 Q_Q(QIdentityProxyModel); in _q_sourceLayoutAboutToBeChanged()
546 Q_Q(QIdentityProxyModel); in _q_sourceLayoutChanged()
572 Q_Q(QIdentityProxyModel); in _q_sourceModelAboutToBeReset()
578 Q_Q(QIdentityProxyModel); in _q_sourceModelReset()
585 Q_Q(QIdentityProxyModel); in _q_sourceRowsAboutToBeInserted()
593 Q_Q(QIdentityProxyModel); in _q_sourceRowsAboutToBeMoved()
600 Q_Q(QIdentityProxyModel); in _q_sourceRowsAboutToBeRemoved()
607 Q_Q(QIdentityProxyModel); in _q_sourceRowsInserted()
618 Q_Q(QIdentityProxyModel); in _q_sourceRowsMoved()
630 Q_Q(QIdentityProxyModel); in _q_sourceRowsRemoved()