kmail
KMail::AntiSpamWizard::SpamToolConfig Class Reference
#include <antispamwizard.h>
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 130 of file antispamwizard.h.
Public Member Functions | |
SpamToolConfig () | |
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 |
The documentation for this class was generated from the following files: