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:601
A container widget for a list of FilterActionWidgets.
Definition: filteractionwidget.h:115
const T & at(int i) const
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:199
QList< FilterAction * > * actions()
Provides a reference to the internal action list.
Definition: mailfilter.cpp:179
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:309
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:204
void endUpdate()
Should be called at the end of an filter list update.
Definition: filtermanager.cpp:293
bool stopProcessingHere() const
Definition: mailfilter.cpp:314
static FilterManager * instance()
Returns the global filter manager object.
Definition: filtermanager.cpp:98
void setSearchPattern(MailCommon::SearchPattern *aPattern)
Sets the search pattern.
Definition: searchpatternedit.cpp:680
QList< MailCommon::MailFilter * > filters() const
Returns the filter list of the manager.
Definition: filtermanager.cpp:256
void setApplyOnExplicit(bool aApply=true)
Set whether this filter should be applied on explicit (CTRL-J) filtering (aApply == true) or not...
Definition: mailfilter.cpp:229
void setApplyOnInbound(bool aApply=true)
Set whether this filter should be applied on inbound messages (aApply == true) or not...
Definition: mailfilter.cpp:219
bool applyBeforeOutbound() const
Definition: mailfilter.cpp:214
SearchPattern * pattern()
Provides a reference to the internal pattern.
Definition: mailfilter.cpp:189
void setName(const QString &newName)
Sets the name of the search pattern.
Definition: searchpattern.h:181
void updateActionList()
Updates the action list according to the current action widget values.
Definition: filteractionwidget.cpp:387
void beginUpdate()
Should be called at the beginning of an filter list update.
Definition: filtermanager.cpp:289
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.