MauiKit Calendar
collectioncomboboxmodel.h
47 Q_PROPERTY(QStringList mimeTypeFilter READ mimeTypeFilter WRITE setMimeTypeFilter NOTIFY mimeTypeFilterChanged)
48 Q_PROPERTY(int accessRightsFilter READ accessRightsFilter WRITE setAccessRightsFilter NOTIFY accessRightsFilterChanged)
51 Q_PROPERTY(qint64 defaultCollectionId READ defaultCollectionId WRITE setDefaultCollectionId NOTIFY defaultCollectionIdChanged)
The model for a combobox for selecting an Akonadi collection.
Definition collectioncomboboxmodel.h:44
void setDefaultCollectionId(qint64 collectionId)
Sets the collection that shall be selected by default.
Definition collectioncomboboxmodel.cpp:144
void setMimeTypeFilter(const QStringList &mimetypes)
Sets the content mimetypes the collections shall be filtered by.
Definition collectioncomboboxmodel.cpp:111
bool excludeVirtualCollections() const
Returns if the virual exollections are excluded.
Definition collectioncomboboxmodel.cpp:159
void setExcludeVirtualCollections(bool b)
Sets if the virtual collections are excluded.
Definition collectioncomboboxmodel.cpp:154
void setAccessRightsFilter(int rights)
Sets the access rights the collections shall be filtered by.
Definition collectioncomboboxmodel.cpp:128
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.