akonadi
Akonadi::RecursiveMover Class Reference
#include <recursivemover_p.h>
Inherits KCompositeJob.
Public Slots | |
void | replayNext () |
Public Member Functions | |
RecursiveMover (AgentBasePrivate *parent) | |
void | changeProcessed () |
void | setCollection (const Akonadi::Collection &collection, const Akonadi::Collection &parentCollection) |
virtual void | start () |
Detailed Description
Helper class for expanding inter-resource collection moves inside ResourceBase.
- Note
- This is intentionally not an Akonadi::Job since we don't need autostarting here.
Definition at line 37 of file recursivemover_p.h.
Member Function Documentation
void RecursiveMover::changeProcessed | ( | ) |
Call once the last replayed change has been processed.
Definition at line 183 of file recursivemover.cpp.
|
slot |
Trigger the next change replay, will call emitResult() once everything has been replayed.
Definition at line 199 of file recursivemover.cpp.
void RecursiveMover::setCollection | ( | const Akonadi::Collection & | collection, |
const Akonadi::Collection & | parentCollection | ||
) |
Set the collection that is actually moved.
Definition at line 43 of file recursivemover.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 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:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.