Mailcommon
filteractionaddtag.cpp
27 connect(FilterManager::instance(), &FilterManager::tagListingFinished, this, &FilterActionAddTag::slotTagListingFinished);
42 connect(mComboBox, &QComboBox::currentIndexChanged, this, &FilterActionAddTag::filterActionModified);
88bool FilterActionAddTag::argsFromStringInteractive(const QString &argsStr, const QString &filterName)
97 QPointer<MailCommon::FilterActionMissingTagDialog> dlg = new MailCommon::FilterActionMissingTagDialog(mList, filterName, argsStr);
145 return label() + QLatin1StringView(" \"") + argsAsString().toHtmlEscaped() + QLatin1StringView("\"");
void filterActionModified()
Called to notify that the current FilterAction has had some value modification.
static FilterManager * instance()
Returns the global filter manager object.
Definition filtermanager.cpp:87
void setNeedsFlagStore()
Marks that the item's flags has been changed and needs to be written back.
Definition itemcontext.cpp:43
QString i18n(const char *text, const TYPE &arg...)
void currentIndexChanged(int index)
const_iterator cbegin() const const
bool contains(const Key &key) const const
bool isEmpty() const const
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
bool isEmpty() const const
QString toHtmlEscaped() const const
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 6 2024 12:02:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 6 2024 12:02:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.