KDEUI
krecursivefilterproxymodel.h
Go to the documentation of this file.
107 virtual QModelIndexList match( const QModelIndex& start, int role, const QVariant& value, int hits = 1,
127 Q_PRIVATE_SLOT(d_func(), void sourceDataChanged(const QModelIndex &source_top_left, const QModelIndex &source_bottom_right))
128 Q_PRIVATE_SLOT(d_func(), void sourceRowsAboutToBeInserted(const QModelIndex &source_parent, int start, int end))
129 Q_PRIVATE_SLOT(d_func(), void sourceRowsInserted(const QModelIndex &source_parent, int start, int end))
130 Q_PRIVATE_SLOT(d_func(), void sourceRowsAboutToBeRemoved(const QModelIndex &source_parent, int start, int end))
virtual QModelIndexList match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const
@reimplemented
Definition krecursivefilterproxymodel.cpp:266
KRecursiveFilterProxyModel(QObject *parent=0)
Constructor.
Definition krecursivefilterproxymodel.cpp:234
KRecursiveFilterProxyModelPrivate *const d_ptr
Definition krecursivefilterproxymodel.h:121
virtual bool acceptRow(int sourceRow, const QModelIndex &sourceParent) const
Reimplement this method for custom filtering strategies.
Definition krecursivefilterproxymodel.cpp:282
void setSourceModel(QAbstractItemModel *model)
Definition krecursivefilterproxymodel.cpp:287
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.