#include <configspamcheck.h>
Public Member Functions | |
ConfigSpamcheck (QWidget *parent=0, const QVariantList &args=QVariantList()) | |
~ConfigSpamcheck () | |
virtual void | load () |
virtual void | defaults () |
virtual void | save () |
Protected Member Functions | |
bool | isSpamAssassinRunning () const |
Definition at line 60 of file configspamcheck.h.
ConfigSpamcheck::ConfigSpamcheck | ( | QWidget * | parent = 0 , |
|
const QVariantList & | args = QVariantList() | |||
) | [explicit] |
Generic constructor
parent | parent widget | |
args | arguments |
ConfigSpamcheck::~ConfigSpamcheck | ( | ) |
Destructor
Definition at line 95 of file configspamcheck.cpp.
void ConfigSpamcheck::load | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to reflect the current settings stored in the config file.
Definition at line 99 of file configspamcheck.cpp.
void ConfigSpamcheck::defaults | ( | ) | [virtual] |
Overloaded method of KCModule. Sets the user interface elements to default values. This method is called when the user clicks the "Default" button.
Definition at line 121 of file configspamcheck.cpp.
void ConfigSpamcheck::save | ( | ) | [virtual] |
Overloaded method of KCModule. Stores the config information as shown in the user interface in the config file. Is called when the user clicks "Apply" or "Ok".
Definition at line 141 of file configspamcheck.cpp.
bool ConfigSpamcheck::isSpamAssassinRunning | ( | ) | const [protected] |
Looks for a running spamd daemon of SpamAssassin.
Definition at line 199 of file configspamcheck.cpp.