#include <sievedebugdialog.h>
Inherits KDialogBase.
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.
Constructor & Destructor Documentation
◆ SieveDebugDialog()
KMail::SieveDebugDialog::SieveDebugDialog | ( | TQWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 189 of file sievedebugdialog.cpp.
◆ ~SieveDebugDialog()
|
virtual |
Definition at line 212 of file sievedebugdialog.cpp.
Member Function Documentation
◆ handlePutResult()
|
protected |
Definition at line 388 of file sievedebugdialog.cpp.
◆ slotDiagNextAccount
|
protectedslot |
Definition at line 248 of file sievedebugdialog.cpp.
◆ slotDiagNextScript
|
protectedslot |
Definition at line 285 of file sievedebugdialog.cpp.
◆ slotDialogOk
|
protectedslot |
Definition at line 373 of file sievedebugdialog.cpp.
◆ slotGetScript
|
protectedslot |
Definition at line 309 of file sievedebugdialog.cpp.
◆ slotGetScriptList
|
protectedslot |
Definition at line 334 of file sievedebugdialog.cpp.
◆ slotPutActiveResult
|
protectedslot |
Definition at line 378 of file sievedebugdialog.cpp.
◆ slotPutInactiveResult
|
protectedslot |
Definition at line 383 of file sievedebugdialog.cpp.
Member Data Documentation
◆ mAccountBase
|
protected |
Definition at line 87 of file sievedebugdialog.h.
◆ mAccountList
|
protected |
Definition at line 85 of file sievedebugdialog.h.
◆ mEdit
|
protected |
Definition at line 79 of file sievedebugdialog.h.
◆ mScriptList
|
protected |
Definition at line 86 of file sievedebugdialog.h.
◆ mSieveJob
|
protected |
Definition at line 76 of file sievedebugdialog.h.
◆ mUrl
|
protected |
Definition at line 77 of file sievedebugdialog.h.
The documentation for this class was generated from the following files: