Akonadi
collectionrequester.h
void setContentMimeTypes(const QStringList &mimetypes)
Allow to specify collection content mimetype when we create new one.
Definition collectionrequester.cpp:235
~CollectionRequester() override
Destroys the collection requester.
void collectionChanged(const Akonadi::Collection &collection)
This signal is emitted when the selected collection has changed.
CollectionRequester(QWidget *parent=nullptr)
Creates a collection requester.
Definition collectionrequester.cpp:161
void setCollection(const Akonadi::Collection &collection)
Sets the collection of the requester.
Definition collectionrequester.cpp:183
Akonadi::Collection collection() const
Returns the currently chosen collection, or an empty collection if none none was chosen.
Definition collectionrequester.cpp:178
QStringList mimeTypeFilter() const
Returns the mime types any of which the selected collection shall support.
Definition collectionrequester.cpp:203
Collection::Rights accessRightsFilter() const
Returns the access rights that the listed collections shall match with.
Definition collectionrequester.cpp:219
void changeCollectionDialogOptions(CollectionDialog::CollectionDialogOptions options)
Definition collectionrequester.cpp:228
void setMimeTypeFilter(const QStringList &mimeTypes)
Sets the mime types any of which the selected collection shall support.
Definition collectionrequester.cpp:196
void setAccessRightsFilter(Collection::Rights rights)
Sets the access rights that the listed collections shall match with.
Definition collectionrequester.cpp:212
Helper integration between Akonadi and Qt.
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
virtual bool event(QEvent *event) override
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:58 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:58 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.