KDEUI
kselectionproxymodel.h
Go to the documentation of this file.
116 };
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))
A Proxy Model which presents a subset of its source model to observers.
Definition: kselectionproxymodel.h:87
void rootSelectionAdded(const QItemSelection &selection)
void rootSelectionAboutToBeRemoved(const QItemSelection &selection)
@ SubTreesWithoutRoots
Definition: kselectionproxymodel.h:113
void rootIndexAdded(const QModelIndex &newIndex)
void rootIndexAboutToBeRemoved(const QModelIndex &removeRootIndex)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.