Mailcommon
filteractionwithaddress.cpp
14 FilterActionWithAddress::FilterActionWithAddress(const QString &name, const QString &label, QObject *parent)
26 connect(requester, &Akonadi::EmailAddressRequester::textChanged, this, &FilterActionWithAddress::filterActionModified);
void applyParamWidgetValue(QWidget *paramWidget) override
The filter action shall set it's parameter from the widget's contents.
Definition: filteractionwithaddress.cpp:31
FilterActionWithAddress(const QString &name, const QString &label, QObject *parent=nullptr)
Creates a new filter action.
Definition: filteractionwithaddress.cpp:14
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setParamWidgetValue(QWidget *paramWidget) const override
The filter action shall set it's widget's contents from it's parameter.
Definition: filteractionwithaddress.cpp:36
void filterActionModified()
Called to notify that the current FilterAction has had some value modification.
void clearParamWidget(QWidget *paramWidget) const override
The filter action shall clear it's parameter widget's contents.
Definition: filteractionwithaddress.cpp:41
void textChanged()
QObject * parent() const const
QWidget * createParamWidget(QWidget *parent) const override
Creates a widget for setting the filter action parameter.
Definition: filteractionwithaddress.cpp:19
Abstract base class for filter actions with a free-form string as parameter.
Definition: filteractionwithstring.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:59:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:59:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.