akonadi
itemfetchjob.h
223 ItemGetter = 0x1,
224 EmitItemsIndividually = 0x2,
225 EmitItemsInBatches = 0x4,
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.
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.