Akonadi
recursiveitemfetchjob.h
53 * Akonadi::RecursiveItemFetchJob *job = new Akonadi::RecursiveItemFetchJob( contactsCollection, mimeTypes );
63 * Akonadi::RecursiveItemFetchJob *fetchJob = qobject_cast<Akonadi::RecursiveItemFetchJob*>( job );
85 explicit RecursiveItemFetchJob(const Akonadi::Collection &collection, const QStringList &mimeTypes, QObject *parent = nullptr);
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
KJob(QObject *parent=nullptr)
Q_SCRIPTABLE Q_NOREPLY void start()
Helper integration between Akonadi and Qt.
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
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.