KMail::AntiSpamWizard::SpamToolConfig Class Reference
Instances of this class store the settings for one tool as read from the config file. More...
#include <antispamwizard.h>
Public Member Functions | |
SpamToolConfig (QString toolId, int configVersion, QString name, QString exec, QString url, QString filter, QString detection, QString spam, QString ham, QString header, QString pattern, bool regExp, bool bayesFilter, WizardMode type) | |
int | getVersion () const |
QString | getId () const |
QString | getVisibleName () const |
QString | getExecutable () const |
QString | getWhatsThisText () const |
QString | getFilterName () const |
QString | getDetectCmd () const |
QString | getSpamCmd () const |
QString | getHamCmd () const |
QString | getDetectionHeader () const |
QString | getDetectionPattern () const |
bool | isUseRegExp () const |
bool | useBayesFilter () const |
WizardMode | getType () const |
bool | isSpamTool () const |
bool | isVirusTool () const |
Detailed Description
Instances of this class store the settings for one tool as read from the config file.Visible name and What's this text can not get translated!
Definition at line 129 of file antispamwizard.h.
The documentation for this class was generated from the following files: