kmail
KMail::AntiSpamWizard::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, int prio, QString name, QString exec, QString url, QString filter, QString detection, QString spam, QString ham, QString header, QString pattern, QString pattern2, QString serverPattern, bool detectionOnly, bool regExp, bool bayesFilter, bool tristateDetection, WizardMode type) | |
int | getVersion () const |
int | getPrio () 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 |
QString | getDetectionPattern2 () const |
QString | getServerPattern () const |
bool | isServerBased () const |
bool | isDetectionOnly () const |
bool | isUseRegExp () const |
bool | useBayesFilter () const |
bool | hasTristateDetection () 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 131 of file antispamwizard.h.
The documentation for this class was generated from the following files: