mailtransport
MailTransport::PrecommandJob Class Reference
Job to execute commands before connecting to an account. More...
#include <precommandjob.h>
Inherits KJob.
Public Member Functions | |
PrecommandJob (const QString &precommand, QObject *parent=0) | |
virtual void | start () |
virtual | ~PrecommandJob () |
Protected Member Functions | |
virtual bool | doKill () |
Detailed Description
Job to execute commands before connecting to an account.
Definition at line 38 of file precommandjob.h.
Constructor & Destructor Documentation
PrecommandJob::PrecommandJob | ( | const QString & | precommand, | |
QObject * | parent = 0 | |||
) | [explicit] |
Creates a new precommand job.
- Parameters:
-
precommand The command to run. parent The parent object.
Definition at line 43 of file precommandjob.cpp.
PrecommandJob::~PrecommandJob | ( | ) | [virtual] |
Destroys this job.
Definition at line 55 of file precommandjob.cpp.
Member Function Documentation
void PrecommandJob::start | ( | ) | [virtual] |
Executes the precommand.
Definition at line 60 of file precommandjob.cpp.
The documentation for this class was generated from the following files: