kmail
KMail::SieveDebugDialog Class Reference
#include <sievedebugdialog.h>
Detailed Description
Diagnostic info for Sieve.Only compiled when debug is enabled, it is not useful enough for non-developers to have this in releases.
Definition at line 50 of file sievedebugdialog.h.
Signals | |
void | result (bool success) |
Public Member Functions | |
SieveDebugDialog (QWidget *parent=0, const char *name=0) | |
virtual | ~SieveDebugDialog () |
Protected Slots | |
void | slotGetScript (KMail::SieveJob *job, bool success, const QString &script, bool active) |
void | slotGetScriptList (KMail::SieveJob *job, bool success, const QStringList &scriptList, const QString &activeScript) |
void | slotDialogOk () |
void | slotPutActiveResult (KMail::SieveJob *, bool) |
void | slotPutInactiveResult (KMail::SieveJob *, bool) |
void | slotDiagNextAccount () |
void | slotDiagNextScript () |
Protected Member Functions | |
void | handlePutResult (KMail::SieveJob *job, bool success, bool) |
Protected Attributes | |
KMail::SieveJob * | mSieveJob |
KURL | mUrl |
QTextEdit * | mEdit |
QValueList< KMAccount * > | mAccountList |
QStringList | mScriptList |
KMail::ImapAccountBase * | mAccountBase |
The documentation for this class was generated from the following files: