akonadi
Akonadi::LinkJobImpl< LinkJob > Class Template Reference
#include <linkjobimpl_p.h>
Inheritance diagram for Akonadi::LinkJobImpl< LinkJob >:
Public Member Functions | |
LinkJobImpl (Job *parent) | |
void | sendCommand (const char *asapCommand) |
Public Member Functions inherited from Akonadi::JobPrivate | |
JobPrivate (Job *parent) | |
virtual void | aboutToFinish () |
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 |
Item::List | objectsToLink |
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 LinkJob>
class Akonadi::LinkJobImpl< LinkJob >
Shared implementation details between item and collection move jobs.
Definition at line 35 of file linkjobimpl_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.