mailcommon
filtereditdialog.cpp
Go to the documentation of this file.
void updateSearchPattern()
Updates the search pattern according to the current widget values.
Definition: searchpatternedit.cpp:592
A container widget for a list of FilterActionWidgets.
Definition: filteractionwidget.h:115
virtual ~FilterEditDialog()
Definition: filtereditdialog.cpp:42
void setApplyOnOutbound(bool aApply=true)
Set whether this filter should be applied on outbound messages (aApply == true) or not...
Definition: mailfilter.cpp:192
QList< FilterAction * > * actions()
Provides a reference to the internal action list.
Definition: mailfilter.cpp:172
void setActionList(QList< MailCommon::FilterAction * > *list)
Sets the list of filter actions, the lister will create FilterActionWidgets for.
Definition: filteractionwidget.cpp:292
void setStopProcessingHere(bool aStop)
Definition: mailfilter.cpp:307
FilterEditDialog(QWidget *parent=0)
Definition: filtereditdialog.cpp:30
void setApplyBeforeOutbound(bool aApply=true)
Set whether this filter should be applied on outbound messages before sending (aApply == TRUE) or not...
Definition: mailfilter.cpp:197
void endUpdate()
Should be called at the end of an filter list update.
Definition: filtermanager.cpp:314
bool stopProcessingHere() const
Definition: mailfilter.cpp:312
static FilterManager * instance()
Returns the global filter manager object.
Definition: filtermanager.cpp:101
void setSearchPattern(MailCommon::SearchPattern *aPattern)
Sets the search pattern.
Definition: searchpatternedit.cpp:671
QList< MailCommon::MailFilter * > filters() const
Returns the filter list of the manager.
Definition: filtermanager.cpp:277
void setApplyOnExplicit(bool aApply=true)
Set whether this filter should be applied on explicit (CTRL-J) filtering (aApply == true) or not...
Definition: mailfilter.cpp:222
void setApplyOnInbound(bool aApply=true)
Set whether this filter should be applied on inbound messages (aApply == true) or not...
Definition: mailfilter.cpp:212
bool applyBeforeOutbound() const
Definition: mailfilter.cpp:207
SearchPattern * pattern()
Provides a reference to the internal pattern.
Definition: mailfilter.cpp:182
void setName(const QString &newName)
Sets the name of the search pattern.
Definition: searchpattern.h:697
void updateActionList()
Updates the action list according to the current action widget values.
Definition: filteractionwidget.cpp:380
void beginUpdate()
Should be called at the beginning of an filter list update.
Definition: filtermanager.cpp:310
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.