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

Detailed Description
Definition at line 41 of file mboxjob.h.
Public Member Functions | |
| MboxJob (KMMessage *msg, JobType jt=tGetMessage, KMFolder *folder=0) | |
| MboxJob (QPtrList< KMMessage > &msgList, const QString &sets, JobType jt=tGetMessage, KMFolder *folder=0) | |
| virtual | ~MboxJob () |
Protected Slots | |
| void | startJob () |
Protected Member Functions | |
| void | execute () |
| void | setParent (const KMFolderMbox *parent) |
Friends | |
| class | ::KMFolderMbox |
Member Function Documentation
| void KMail::MboxJob::execute | ( | ) | [protected, 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 68 of file mboxjob.cpp.
The documentation for this class was generated from the following files:

