Akonadi
entityrightsfiltermodel.h
void setAccessRights(Collection::Rights rights)
Sets the access rights the entities shall be filtered against.
Definition entityrightsfiltermodel.cpp:72
~EntityRightsFilterModel() override
Destroys the entity rights filter model.
Qt::ItemFlags flags(const QModelIndex &index) const override
Definition entityrightsfiltermodel.cpp:85
EntityRightsFilterModel(QObject *parent=nullptr)
Creates a new entity rights filter model.
Definition entityrightsfiltermodel.cpp:54
QModelIndexList match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const override
Definition entityrightsfiltermodel.cpp:96
Collection::Rights accessRights() const
Returns the access rights that are used for filtering.
Definition entityrightsfiltermodel.cpp:79
Q_SCRIPTABLE QString start(QString train="")
Helper integration between Akonadi and Qt.
Q_OBJECTQ_OBJECT
QSortFilterProxyModel(QObject *parent)
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const const override
virtual QModelIndex parent(const QModelIndex &child) const const override
typedef ItemFlags
typedef MatchFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.