Mailcommon
filteractionaddtag.cpp
27 connect(FilterManager::instance(), &FilterManager::tagListingFinished, this, &FilterActionAddTag::slotTagListingFinished);
42 connect(mComboBox, &QComboBox::currentIndexChanged, this, &FilterActionAddTag::filterActionModified);
87bool FilterActionAddTag::argsFromStringInteractive(const QString &argsStr, const QString &filterName)
96 QPointer<MailCommon::FilterActionMissingTagDialog> dlg = new MailCommon::FilterActionMissingTagDialog(mList, filterName, argsStr);
144 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)
void clear()
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() 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-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.