#include <antispamwizard.h>
|
| SpamToolConfig (TQString toolId, int configVersion, int prio, TQString name, TQString exec, TQString url, TQString filter, TQString detection, TQString spam, TQString ham, TQString header, TQString pattern, TQString pattern2, TQString serverPattern, bool detectionOnly, bool regExp, bool bayesFilter, bool tristateDetection, WizardMode type) |
|
int | getVersion () const |
|
int | getPrio () const |
|
TQString | getId () const |
|
TQString | getVisibleName () const |
|
TQString | getExecutable () const |
|
TQString | getWhatsThisText () const |
|
TQString | getFilterName () const |
|
TQString | getDetectCmd () const |
|
TQString | getSpamCmd () const |
|
TQString | getHamCmd () const |
|
TQString | getDetectionHeader () const |
|
TQString | getDetectionPattern () const |
|
TQString | getDetectionPattern2 () const |
|
TQString | 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 |
|
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 132 of file antispamwizard.h.
◆ SpamToolConfig() [1/2]
KMail::AntiSpamWizard::SpamToolConfig::SpamToolConfig |
( |
| ) |
|
|
inline |
◆ SpamToolConfig() [2/2]
AntiSpamWizard::SpamToolConfig::SpamToolConfig |
( |
TQString |
toolId, |
|
|
int |
configVersion, |
|
|
int |
prio, |
|
|
TQString |
name, |
|
|
TQString |
exec, |
|
|
TQString |
url, |
|
|
TQString |
filter, |
|
|
TQString |
detection, |
|
|
TQString |
spam, |
|
|
TQString |
ham, |
|
|
TQString |
header, |
|
|
TQString |
pattern, |
|
|
TQString |
pattern2, |
|
|
TQString |
serverPattern, |
|
|
bool |
detectionOnly, |
|
|
bool |
regExp, |
|
|
bool |
bayesFilter, |
|
|
bool |
tristateDetection, |
|
|
WizardMode |
type |
|
) |
| |
◆ getDetectCmd()
TQString KMail::AntiSpamWizard::SpamToolConfig::getDetectCmd |
( |
| ) |
const |
|
inline |
◆ getDetectionHeader()
TQString KMail::AntiSpamWizard::SpamToolConfig::getDetectionHeader |
( |
| ) |
const |
|
inline |
◆ getDetectionPattern()
TQString KMail::AntiSpamWizard::SpamToolConfig::getDetectionPattern |
( |
| ) |
const |
|
inline |
◆ getDetectionPattern2()
TQString KMail::AntiSpamWizard::SpamToolConfig::getDetectionPattern2 |
( |
| ) |
const |
|
inline |
◆ getExecutable()
TQString KMail::AntiSpamWizard::SpamToolConfig::getExecutable |
( |
| ) |
const |
|
inline |
◆ getFilterName()
TQString KMail::AntiSpamWizard::SpamToolConfig::getFilterName |
( |
| ) |
const |
|
inline |
◆ getHamCmd()
TQString KMail::AntiSpamWizard::SpamToolConfig::getHamCmd |
( |
| ) |
const |
|
inline |
◆ getId()
TQString KMail::AntiSpamWizard::SpamToolConfig::getId |
( |
| ) |
const |
|
inline |
◆ getPrio()
int KMail::AntiSpamWizard::SpamToolConfig::getPrio |
( |
| ) |
const |
|
inline |
◆ getServerPattern()
TQString KMail::AntiSpamWizard::SpamToolConfig::getServerPattern |
( |
| ) |
const |
|
inline |
◆ getSpamCmd()
TQString KMail::AntiSpamWizard::SpamToolConfig::getSpamCmd |
( |
| ) |
const |
|
inline |
◆ getType()
WizardMode KMail::AntiSpamWizard::SpamToolConfig::getType |
( |
| ) |
const |
|
inline |
◆ getVersion()
int KMail::AntiSpamWizard::SpamToolConfig::getVersion |
( |
| ) |
const |
|
inline |
◆ getVisibleName()
TQString KMail::AntiSpamWizard::SpamToolConfig::getVisibleName |
( |
| ) |
const |
|
inline |
◆ getWhatsThisText()
TQString KMail::AntiSpamWizard::SpamToolConfig::getWhatsThisText |
( |
| ) |
const |
|
inline |
◆ hasTristateDetection()
bool KMail::AntiSpamWizard::SpamToolConfig::hasTristateDetection |
( |
| ) |
const |
|
inline |
◆ isDetectionOnly()
bool KMail::AntiSpamWizard::SpamToolConfig::isDetectionOnly |
( |
| ) |
const |
|
inline |
◆ isServerBased()
bool AntiSpamWizard::SpamToolConfig::isServerBased |
( |
| ) |
const |
◆ isSpamTool()
bool KMail::AntiSpamWizard::SpamToolConfig::isSpamTool |
( |
| ) |
const |
|
inline |
◆ isUseRegExp()
bool KMail::AntiSpamWizard::SpamToolConfig::isUseRegExp |
( |
| ) |
const |
|
inline |
◆ isVirusTool()
bool KMail::AntiSpamWizard::SpamToolConfig::isVirusTool |
( |
| ) |
const |
|
inline |
◆ useBayesFilter()
bool KMail::AntiSpamWizard::SpamToolConfig::useBayesFilter |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
|