akonadi
itemmovejob.cpp
57ItemMoveJob::ItemMoveJob(const Item::List &items, const Collection &source, const Collection &destination, QObject *parent)
Job that moves an item into a different collection in the Akonadi storage.
Definition: itemmovejob.h:49
QList< Item > items() const
Returns the list of items that where passed in the constructor.
Definition: itemmovejob.cpp:83
Collection destinationCollection() const
Returns the destination collection.
Definition: itemmovejob.cpp:77
ItemMoveJob(const Item &item, const Collection &destination, QObject *parent=0)
Move the given item into the given collection.
Definition: itemmovejob.cpp:41
Shared implementation details between item and collection move jobs.
Definition: movejobimpl_p.h:34
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.