kmail
KMail::ExpireJob Class Reference
Inheritance diagram for KMail::ExpireJob:

Detailed Description
Definition at line 36 of file expirejob.h.
Public Member Functions | |
ExpireJob (KMFolder *folder, bool immediate) | |
virtual | ~ExpireJob () |
virtual void | execute () |
virtual void | kill () |
Member Function Documentation
void ExpireJob::execute | ( | ) | [virtual] |
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 80 of file expirejob.cpp.
void ExpireJob::kill | ( | ) | [virtual] |
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 71 of file expirejob.cpp.
The documentation for this class was generated from the following files: