Mailcommon

filteractionwithnone.cpp
1 /*
2  * SPDX-FileCopyrightText: 1996-1998 Stefan Taferner <[email protected]>
3  *
4  * SPDX-License-Identifier: GPL-2.0-or-later
5  *
6  */
7 
8 #include "filteractionwithnone.h"
9 
10 using namespace MailCommon;
11 
13  : FilterAction(name, label, parent)
14 {
15 }
16 
18 {
19  return label();
20 }
21 
23 {
24 }
25 
27 {
28  return {};
29 }
QString argsAsString() const override
Return extra arguments as string.
Abstract base class for mail filter actions.
Definition: filteraction.h:38
QString displayString() const override
Returns a translated string describing this filter for visualization purposes, e.g.
QString label() const
Returns i18n'd label, ie.
FilterActionWithNone(const QString &name, const QString &label, QObject *parent=nullptr)
Creates a new filter action.
void argsFromString(const QString &) override
Read extra arguments from given string.
The filter dialog.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 03:57:38 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.