Akonadi
collectionrequester.cpp
228void CollectionRequester::changeCollectionDialogOptions(CollectionDialog::CollectionDialogOptions options)
Akonadi::Collection selectedCollection() const
Returns the selected collection if the selection mode is QAbstractItemView::SingleSelection.
Definition collectiondialog.cpp:311
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
Collection parentCollection() const
Returns the parent collection of this object.
Definition collection.cpp:195
void finished(KJob *job)
QString i18nc(const char *context, const char *text, const TYPE &arg...)
Helper integration between Akonadi and Qt.
void clicked(bool checked)
SingleSelection
void triggered(bool checked)
Accepted
virtual int exec()
WindowTitleChange
QIcon fromTheme(const QString &name)
const_reference at(qsizetype i) const const
void prepend(parameter_type value)
iterator insert(const Key &key, const T &value)
T take(const Key &key)
Q_EMITQ_EMIT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
virtual bool event(QEvent *e)
QObject * parent() const const
QVariant property(const char *name) const const
QString join(QChar separator) const const
NoFocus
QWidget(QWidget *parent, Qt::WindowFlags f)
virtual void changeEvent(QEvent *event)
virtual bool event(QEvent *event) override
windowTitle
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:50:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:50:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.