Akonadi
recursiveitemfetchjob.cpp
20 RecursiveItemFetchJobPrivate(const Collection &collection, const QStringList &mimeTypes, RecursiveItemFetchJob *parent)
83RecursiveItemFetchJob::RecursiveItemFetchJob(const Collection &collection, const QStringList &mimeTypes, QObject *parent)
Job that fetches collections from the Akonadi storage.
Definition collectionfetchjob.h:39
Collection::List collections() const
Returns the list of fetched collection.
Definition collectionfetchjob.cpp:169
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:58
Job that fetches all items of a collection recursive.
Definition recursiveitemfetchjob.h:74
Akonadi::ItemFetchScope & fetchScope()
Returns the item fetch scope.
Definition recursiveitemfetchjob.cpp:96
void setFetchScope(const Akonadi::ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition recursiveitemfetchjob.cpp:91
~RecursiveItemFetchJob() override
Destroys the recursive item fetch job.
Akonadi::Item::List items() const
Returns the list of fetched items.
Definition recursiveitemfetchjob.cpp:114
RecursiveItemFetchJob(const Akonadi::Collection &collection, const QStringList &mimeTypes, QObject *parent=nullptr)
Creates a new recursive item fetch job.
Definition recursiveitemfetchjob.cpp:83
void emitResult()
int error() const
void result(KJob *job)
Helper integration between Akonadi and Qt.
bool isEmpty() const const
void prepend(parameter_type value)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool contains(QLatin1StringView str, Qt::CaseSensitivity cs) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 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:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.