mailcommon
filteractionwithaddress.cpp
Go to the documentation of this file.
26 FilterActionWithAddress::FilterActionWithAddress( const QString &name, const QString &label, QObject *parent )
33 MessageCore::EmailAddressRequester *requester = new MessageCore::EmailAddressRequester( parent );
virtual QWidget * createParamWidget(QWidget *parent) const
Creates a widget for setting the filter action parameter.
Definition: filteractionwithaddress.cpp:31
virtual void clearParamWidget(QWidget *paramWidget) const
The filter action shall clear it's parameter widget's contents.
Definition: filteractionwithaddress.cpp:52
Abstract base class for filter actions with a free-form string as parameter.
Definition: filteractionwithstring.h:41
QString mParameter
Definition: filteractionwithstring.h:91
virtual void applyParamWidgetValue(QWidget *paramWidget)
The filter action shall set it's parameter from the widget's contents.
Definition: filteractionwithaddress.cpp:42
void filterActionModified()
Called to notify that the current FilterAction has had some value modification.
virtual void setParamWidgetValue(QWidget *paramWidget) const
The filter action shall set it's widget's contents from it's parameter.
Definition: filteractionwithaddress.cpp:47
FilterActionWithAddress(const QString &name, const QString &label, QObject *parent=0)
Creates a new filter action.
Definition: filteractionwithaddress.cpp:26
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
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.