kmail
KMPrecommand Class Reference
#include <kmaccount.h>
Inheritance diagram for KMPrecommand:

Signals | |
| void | finished (bool) |
Public Member Functions | |
| KMPrecommand (const QString &precommand, QObject *parent=0) | |
| bool | start () |
| virtual | ~KMPrecommand () |
Protected Slots | |
| void | precommandExited (KProcess *) |
Protected Attributes | |
| QString | mPrecommand |
| KProcess | mPrecommandProcess |
Detailed Description
Definition at line 52 of file kmaccount.h.
Constructor & Destructor Documentation
Definition at line 45 of file kmaccount.cpp.
| KMPrecommand::~KMPrecommand | ( | ) | [virtual] |
Definition at line 59 of file kmaccount.cpp.
Member Function Documentation
| void KMPrecommand::finished | ( | bool | ) | [signal] |
| void KMPrecommand::precommandExited | ( | KProcess * | p | ) | [protected, slot] |
Definition at line 75 of file kmaccount.cpp.
| bool KMPrecommand::start | ( | ) |
Definition at line 65 of file kmaccount.cpp.
Member Data Documentation
QString KMPrecommand::mPrecommand [protected] |
Definition at line 69 of file kmaccount.h.
KProcess KMPrecommand::mPrecommandProcess [protected] |
Definition at line 68 of file kmaccount.h.
The documentation for this class was generated from the following files:
