akonadi
itemmovejob.cpp
46 ItemMoveJob::ItemMoveJob( const Item::List &items, const Collection &destination, QObject* parent) :
Collection destinationCollection() const
Returns the destination collection.
Definition: itemmovejob.cpp:64
QList< Item > items() const
Returns the list of items that where passed in the constructor.
Definition: itemmovejob.cpp:70
void doStart()
This method must be reimplemented in the concrete jobs.
Definition: itemmovejob.cpp:58
ItemMoveJob(const Item &item, const Collection &destination, QObject *parent=0)
Move the given item into the given collection.
Definition: itemmovejob.cpp:38
Shared implementation details between item and collection move jobs.
Definition: movejobimpl_p.h:33
Job that moves an item into a different collection in the Akonadi storage.
Definition: itemmovejob.h:48
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
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.