mailcommon
filteractionsetidentity.h
Go to the documentation of this file.
void applyParamWidgetValue(QWidget *parent)
The filter action shall set it's parameter from the widget's contents.
Definition: filteractionsetidentity.cpp:109
SearchRule::RequiredPart requiredPart() const
Returns the required part from the item that is needed for the action to operate. ...
Definition: filteractionsetidentity.cpp:93
Abstract base class for filter actions with a free-form string as parameter.
Definition: filteractionwithuoid.h:41
void setParamWidgetValue(QWidget *parent) const
The filter action shall set it's widget's contents from it's parameter.
Definition: filteractionsetidentity.cpp:125
static FilterAction * newAction()
Definition: filteractionsetidentity.cpp:35
bool argsFromStringInteractive(const QString &argsStr, const QString &filterName)
Read extra arguments from given string.
Definition: filteractionsetidentity.cpp:46
ReturnCode process(ItemContext &context, bool applyOnOutbound) const
Execute action on given message (inside the item context).
Definition: filteractionsetidentity.cpp:64
QWidget * createParamWidget(QWidget *parent) const
Creates a widget for setting the filter action parameter.
Definition: filteractionsetidentity.cpp:99
void clearParamWidget(QWidget *param) const
The filter action shall clear it's parameter widget's contents.
Definition: filteractionsetidentity.cpp:117
FilterActionSetIdentity(QObject *parent=0)
Definition: filteractionsetidentity.cpp:40
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.