mailcommon
filteractionaddtoaddressbook.h
Go to the documentation of this file.
Abstract base class for filter actions with a fixed set of string parameters.
Definition: filteractionwithstringlist.h:49
QString informationAboutNotValidAction() const
Definition: filteractionaddtoaddressbook.cpp:251
void applyParamWidgetValue(QWidget *paramWidget)
The filter action shall set it's parameter from the widget's contents.
Definition: filteractionaddtoaddressbook.cpp:168
QWidget * createParamWidget(QWidget *parent) const
Creates a widget for setting the filter action parameter.
Definition: filteractionaddtoaddressbook.cpp:104
SearchRule::RequiredPart requiredPart() const
Returns the required part from the item that is needed for the action to operate. ...
Definition: filteractionaddtoaddressbook.cpp:98
QString argsAsString() const
Return extra arguments as string.
Definition: filteractionaddtoaddressbook.cpp:206
FilterActionAddToAddressBook(QObject *parent=0)
Definition: filteractionaddtoaddressbook.cpp:43
ReturnCode process(ItemContext &context, bool applyOnOutbound) const
Execute action on given message (inside the item context).
Definition: filteractionaddtoaddressbook.cpp:60
static FilterAction * newAction()
Definition: filteractionaddtoaddressbook.cpp:38
void argsFromString(const QString &argsStr)
Read extra arguments from given string.
Definition: filteractionaddtoaddressbook.cpp:227
void clearParamWidget(QWidget *paramWidget) const
The filter action shall clear it's parameter widget's contents.
Definition: filteractionaddtoaddressbook.cpp:195
void setParamWidgetValue(QWidget *paramWidget) const
The filter action shall set it's widget's contents from it's parameter.
Definition: filteractionaddtoaddressbook.cpp:146
QObject * parent() const
bool isEmpty() const
Determines whether this action is valid.
Definition: filteractionaddtoaddressbook.cpp:55
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.