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
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
int error() const
void result(KJob *job)
KJob(QObject *parent=nullptr)
Helper integration between Akonadi and Qt.
void prepend(parameter_type value)
QObject(QObject *parent)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:57 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:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.