kmail
KMail::MboxCompactionJob Class Reference
#include <compactionjob.h>
Inheritance diagram for KMail::MboxCompactionJob:

Detailed Description
A job that runs in the background and compacts mbox folders.
Definition at line 39 of file compactionjob.h.
Public Member Functions | |
MboxCompactionJob (KMFolder *folder, bool immediate) | |
virtual | ~MboxCompactionJob () |
int | executeNow (bool silent) |
virtual void | execute () |
virtual void | kill () |
Constructor & Destructor Documentation
|
Definition at line 53 of file compactionjob.cpp. |
Member Function Documentation
|
Has to be reimplemented. It's called by the start() method. Should start the processing of the specified job function. Implements KMail::FolderJob. Definition at line 48 of file compactionjob.h. |
|
Interrupt the job. Note that the finished() and result() signal will be emitted, unless you called setPassiveDestructor(true) before. This kills the job, don't use it afterwards. Reimplemented from KMail::FolderJob. Definition at line 63 of file compactionjob.cpp. |
The documentation for this class was generated from the following files: