akonadi
recursiveitemfetchjob.cpp
35 Private(const Collection &collection, const QStringList &mimeTypes, RecursiveItemFetchJob *parent)
97RecursiveItemFetchJob::RecursiveItemFetchJob(const Collection &collection, const QStringList &mimeTypes, QObject *parent)
120 CollectionFetchJob *job = new CollectionFetchJob(d->mCollection, CollectionFetchJob::Recursive, this);
Job that fetches collections from the Akonadi storage.
Definition collectionfetchjob.h:54
CollectionFetchScope & fetchScope()
Returns the collection fetch scope.
Definition collectionfetchjob.cpp:439
Collection::List collections() const
Returns the list of fetched collection.
Definition collectionfetchjob.cpp:169
void setContentMimeTypes(const QStringList &mimeTypes)
Sets a content mimetypes filter, that is only collections that contain at least one of the given mime...
Definition collectionfetchscope.cpp:128
void setFetchScope(ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition itemfetchjob.cpp:247
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:70
Job that fetches all items of a collection recursive.
Definition recursiveitemfetchjob.h:85
Akonadi::ItemFetchScope & fetchScope()
Returns the item fetch scope.
Definition recursiveitemfetchjob.cpp:113
~RecursiveItemFetchJob()
Destroys the recursive item fetch job.
Definition recursiveitemfetchjob.cpp:103
void setFetchScope(const Akonadi::ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition recursiveitemfetchjob.cpp:108
RecursiveItemFetchJob(const Akonadi::Collection &collection, const QStringList &mimeTypes, QObject *parent=0)
Creates a new recursive item fetch job.
Definition recursiveitemfetchjob.cpp:97
Akonadi::Item::List items() const
Returns the list of fetched items.
Definition recursiveitemfetchjob.cpp:129
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.