akonadi
20 #ifndef AKONADI_ITEMFETCHJOB_H
21 #define AKONADI_ITEMFETCHJOB_H
23 #include <akonadi/item.h>
24 #include <akonadi/job.h>
29 class ItemFetchJobPrivate;
105 explicit ItemFetchJob(
const Item &item, QObject *parent = 0 );
119 explicit ItemFetchJob(
const Item::List &items, QObject *parent = 0 );
125 explicit ItemFetchJob(
const QList<Item::Id> &items, QObject *parent = 0 );
138 Item::List items()
const;
194 void setCollection(
const Collection &collection );
206 void itemsReceived(
const Akonadi::Item::List &items );
209 virtual void doStart();
210 virtual void doHandleResponse(
const QByteArray &tag,
const QByteArray &data );
216 Q_PRIVATE_SLOT( d_func(),
void selectDone( KJob* ) )
217 Q_PRIVATE_SLOT( d_func(),
void timeout() )
Represents a collection of PIM items.
Base class for all actions in the Akonadi storage.
Specifies which parts of an item should be fetched from the Akonadi storage.
Job that fetches items from the Akonadi storage.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.