akonadi
itemfetchjob.h
ItemFetchJob(const Item::List &items, QObject *parent=0)
Creates a new item fetch job that retrieves the specified items.
ItemFetchJob(const QList< Item::Id > &items, QObject *parent=0)
Convenience ctor equivalent to ItemFetchJob(const Item::List &items, QObject *parent = 0)
void itemsReceived(const Akonadi::Item::List &items)
This signal is emitted whenever new items have been fetched completely.
void setCollection(const Collection &collection)
Specifies the collection the item is in.
Definition itemfetchjob.cpp:268
@ EmitItemsInBatches
emitted via signal in bulk (collected and emitted delayed via timer)
Definition itemfetchjob.h:225
void setFetchScope(ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition itemfetchjob.cpp:247
virtual void doStart()
This method must be reimplemented in the concrete jobs.
Definition itemfetchjob.cpp:169
virtual void doHandleResponse(const QByteArray &tag, const QByteArray &data)
This method should be reimplemented in the concrete jobs in case you want to handle incoming data.
Definition itemfetchjob.cpp:195
ItemFetchJob(const Collection &collection, QObject *parent=0)
Creates a new item fetch job that retrieves all items inside the given collection.
Definition itemfetchjob.cpp:116
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.