KDEUI
kselectionproxymodel.h
Go to the documentation of this file.
115 ChildrenOfExactSelection
245 virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
250 virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
257 virtual QModelIndexList match(const QModelIndex& start, int role, const QVariant& value, int hits = 1,
307 Q_PRIVATE_SLOT(d_func(), void sourceRowsAboutToBeMoved(const QModelIndex &, int, int, const QModelIndex &, int))
308 Q_PRIVATE_SLOT(d_func(), void sourceRowsMoved(const QModelIndex &, int, int, const QModelIndex &, int))
314 Q_PRIVATE_SLOT(d_func(), void selectionChanged(const QItemSelection & selected, const QItemSelection & deselected))
virtual void setSourceModel(QAbstractItemModel *sourceModel)
A Proxy Model which presents a subset of its source model to observers.
Definition: kselectionproxymodel.h:86
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.