akonadi
Akonadi::KJobPrivateBase Class Reference
#include <kjobprivatebase_p.h>
Inherits QObject.
Inherited by Akonadi::AgentInstanceCreateJobPrivate, Akonadi::CollectionAttributesSynchronizationJobPrivate, and Akonadi::ResourceSynchronizationJobPrivate.
Public Member Functions | |
virtual void | doStart ()=0 |
void | start () |
Detailed Description
Base class for the private class of KJob but not Akonadi::Job based jobs that require the Akonadi server to be operational.
Delays job execution until that is the case.
Member Function Documentation
virtual void Akonadi::KJobPrivateBase::doStart | ( | ) | [pure virtual] |
Reimplement and put here what was in KJob::start() before.
void Akonadi::KJobPrivateBase::start | ( | ) |
Call from KJob::start() reimplementation.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:12 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:12 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.