mailcommon
MailCommon::ScheduledJob Class Reference
#include <jobscheduler.h>
Inheritance diagram for MailCommon::ScheduledJob:
Public Member Functions | |
ScheduledJob (const Akonadi::Collection &folder, bool immediate) | |
~ScheduledJob () | |
Public Member Functions inherited from MailCommon::FolderJob | |
FolderJob () | |
virtual | ~FolderJob () |
int | error () const |
bool | isCancellable () const |
virtual void | kill () |
void | setCancellable (bool b) |
void | start () |
Protected Attributes | |
bool | mImmediate |
Protected Attributes inherited from MailCommon::FolderJob | |
bool | mCancellable |
int | mErrorCode |
Akonadi::Collection | mSrcFolder |
bool | mStarted |
Additional Inherited Members | |
Signals inherited from MailCommon::FolderJob | |
void | finished () |
void | result (FolderJob *job) |
Protected Member Functions inherited from MailCommon::FolderJob | |
virtual void | execute ()=0 |
Detailed Description
Base class for scheduled jobs.
Definition at line 137 of file jobscheduler.h.
Constructor & Destructor Documentation
MailCommon::ScheduledJob::ScheduledJob | ( | const Akonadi::Collection & | folder, |
bool | immediate | ||
) |
Definition at line 234 of file jobscheduler.cpp.
MailCommon::ScheduledJob::~ScheduledJob | ( | ) |
Definition at line 241 of file jobscheduler.cpp.
Member Data Documentation
|
protected |
Definition at line 144 of file jobscheduler.h.
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 22:55:15 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 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.