akonadi
recursiveitemfetchjob.cpp
35 Private( const Collection &collection, const QStringList &mimeTypes, RecursiveItemFetchJob *parent )
116 CollectionFetchJob *job = new CollectionFetchJob( d->mCollection, CollectionFetchJob::Recursive, this );
Collection::List collections() const
Returns the list of fetched collection.
Definition: collectionfetchjob.cpp:175
CollectionFetchScope & fetchScope()
Returns the collection fetch scope.
Definition: collectionfetchjob.cpp:437
Job that fetches collections from the Akonadi storage.
Definition: collectionfetchjob.h:53
void setFetchScope(const Akonadi::ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition: recursiveitemfetchjob.cpp:104
void setFetchScope(ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition: itemfetchjob.cpp:242
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:124
Akonadi::ItemFetchScope & fetchScope()
Returns the item fetch scope.
Definition: recursiveitemfetchjob.cpp:109
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition: itemfetchscope.h:68
Job that fetches all items of a collection recursive.
Definition: recursiveitemfetchjob.h:84
~RecursiveItemFetchJob()
Destroys the recursive item fetch job.
Definition: recursiveitemfetchjob.cpp:99
RecursiveItemFetchJob(const Akonadi::Collection &collection, const QStringList &mimeTypes, QObject *parent=0)
Creates a new recursive item fetch job.
Definition: recursiveitemfetchjob.cpp:92
Akonadi::Item::List items() const
Returns the list of fetched items.
Definition: recursiveitemfetchjob.cpp:124
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.