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

Detailed Description
A job that runs in the background and compacts maildir folders.
Definition at line 72 of file compactionjob.h.
Public Member Functions | |
MaildirCompactionJob (KMFolder *folder, bool immediate) | |
virtual | ~MaildirCompactionJob () |
int | executeNow (bool silent) |
virtual void | execute () |
virtual void | kill () |
Constructor & Destructor Documentation
|
Definition at line 196 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 81 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 206 of file compactionjob.cpp. |
The documentation for this class was generated from the following files: