akonadi
Akonadi::MoveJobImpl< T, MoveJob > Class Template Reference
#include <movejobimpl_p.h>
Inheritance diagram for Akonadi::MoveJobImpl< T, MoveJob >:
Public Member Functions | |
MoveJobImpl (Job *parent) | |
void | sendCommand (const char *asapCommand) |
Public Member Functions inherited from Akonadi::JobPrivate | |
JobPrivate (Job *parent) | |
void | delayedEmitResult () |
virtual void | doUpdateItemRevision (Akonadi::Item::Id, int oldRevision, int newRevision) |
void | handleResponse (const QByteArray &tag, const QByteArray &data) |
void | init (QObject *parent) |
void | itemRevisionChanged (Akonadi::Item::Id itemId, int oldRevision, int newRevision) |
virtual QString | jobDebuggingString () const |
void | lostConnection () |
QByteArray | newTag () |
int | protocolVersion () const |
void | signalCreationToJobTracker () |
void | signalStartedToJobTracker () |
void | slotSubJobAboutToStart (Akonadi::Job *) |
void | startNext () |
void | startQueued () |
QByteArray | tag () const |
void | updateItemRevision (Akonadi::Item::Id itemId, int oldRevision, int newRevision) |
void | writeData (const QByteArray &data) |
Public Attributes | |
Collection | destination |
T::List | objectsToMove |
Public Attributes inherited from Akonadi::JobPrivate | |
Job * | mCurrentSubJob |
Job * | mParentJob |
Session * | mSession |
bool | mStarted |
QByteArray | mTag |
bool | mWriteFinished |
Job * | q_ptr |
Detailed Description
template<typename T, typename MoveJob>
class Akonadi::MoveJobImpl< T, MoveJob >
Shared implementation details between item and collection move jobs.
Definition at line 33 of file movejobimpl_p.h.
The documentation for this class was generated from the following file:
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.