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;
188 void setCollection(
const Collection &collection );
200 void itemsReceived(
const Akonadi::Item::List &items );
203 virtual void doStart();
204 virtual void doHandleResponse(
const QByteArray &tag,
const QByteArray &data );
210 Q_PRIVATE_SLOT( d_func(),
void selectDone( KJob* ) )
211 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-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:17 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.