#include <sievedebugdialog.h>
Inherits KDialogBase.
List of all members.
Signals |
void | result (bool success) |
Public Member Functions |
| SieveDebugDialog (TQWidget *parent=0, const char *name=0) |
Protected Slots |
void | slotGetScript (KMail::SieveJob *job, bool success, const TQString &script, bool active) |
void | slotGetScriptList (KMail::SieveJob *job, bool success, const TQStringList &scriptList, const TQString &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 |
TQTextEdit * | mEdit |
TQValueList< KMAccount * > | mAccountList |
TQStringList | mScriptList |
KMail::ImapAccountBase * | mAccountBase |
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.
The documentation for this class was generated from the following files: