KDEUI
kidentityproxymodel.h
Go to the documentation of this file.
44 bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
49 QModelIndexList match(const QModelIndex& start, int role, const QVariant& value, int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const;
85 Q_PRIVATE_SLOT(d_func(), void _k_sourceColumnsAboutToBeMoved(QModelIndex,int,int,QModelIndex,int))
89 Q_PRIVATE_SLOT(d_func(), void _k_sourceHeaderDataChanged(Qt::Orientation orientation, int first, int last))
93 // Q_PRIVATE_SLOT(d_func(), void _k_sourceChildrenLayoutsAboutToBeChanged(const QModelIndex &parent1, const QModelIndex &parent2))
94 // Q_PRIVATE_SLOT(d_func(), void _k_sourceChildrenLayoutsChanged(const QModelIndex &parent1, const QModelIndex &parent2))
void resetInternalData()
The KIdentityProxyModel class proxies its source model unmodified.
Definition: kidentityproxymodel.h:31
virtual int rowCount(const QModelIndex &parent) const =0
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const =0
virtual Qt::DropActions supportedDropActions() const
typedef MatchFlags
virtual QItemSelection mapSelectionFromSource(const QItemSelection &sourceSelection) const
virtual bool insertRows(int row, int count, const QModelIndex &parent)
virtual QMimeData * mimeData(const QModelIndexList &indexes) const
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
virtual QModelIndexList match(const QModelIndex &start, int role, const QVariant &value, int hits, QFlags< Qt::MatchFlag > flags) const
virtual bool canFetchMore(const QModelIndex &parent) const
virtual QItemSelection mapSelectionToSource(const QItemSelection &proxySelection) const
virtual bool removeColumns(int column, int count, const QModelIndex &parent)
virtual void setSourceModel(QAbstractItemModel *sourceModel)
virtual void fetchMore(const QModelIndex &parent)
virtual bool insertColumns(int column, int count, const QModelIndex &parent)
virtual bool removeRows(int row, int count, const QModelIndex &parent)
virtual QStringList mimeTypes() const
typedef DropActions
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const
virtual int columnCount(const QModelIndex &parent) const =0
KIdentityProxyModelPrivate *const d_ptr
Definition: kidentityproxymodel.h:65
virtual QModelIndex mapFromSource(const QModelIndex &sourceIndex) const =0
virtual QModelIndex mapToSource(const QModelIndex &proxyIndex) const =0
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 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:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.