akonadi
itemdeletejob.cpp
static QByteArray entitySetToByteArray(const QList< T > &_objects, const QByteArray &command)
Converts the given set of items into a protocol representation.
Definition: protocolhelper_p.h:125
ItemDeleteJob(const Item &item, QObject *parent=0)
Creates a new item delete job that deletes item.
Definition: itemdeletejob.cpp:60
Job that deletes items from the Akonadi storage.
Definition: itemdeletejob.h:62
virtual bool addSubjob(KJob *job)
Adds the given job as a subjob to this job.
Definition: job.cpp:322
QByteArray newTag()
Returns a new unique command tag for communication with the backend.
virtual void doStart()
This method must be reimplemented in the concrete jobs.
Definition: itemdeletejob.cpp:95
Definition: job_p.h:31
Item::List deletedItems() const
Returns the items passed on in the constructor.
Definition: itemdeletejob.cpp:88
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:53 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:53 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.