KMFilterActionWithNone Class Reference
Abstract base class for KMail's filter actions that need no parameter, e.g. Abstract base class for filter actions with no parameter. More...
#include <kmfilteraction.h>
Inheritance diagram for KMFilterActionWithNone:

Public Member Functions | |
KMFilterActionWithNone (const char *aName, const QString aLabel) | |
virtual void | argsFromString (const QString) |
virtual const QString | argsAsString () const |
Detailed Description
Abstract base class for KMail's filter actions that need no parameter, e.g. Abstract base class for filter actions with no parameter.'bounce'. Creates an (empty) QWidget as parameter widget. A subclass of this must provide at least implementations for the following methods:
- virtual KMFilterAction::ReturnCodes KMFilterAction::process
- static KMFilterAction::newAction
- Author:
- Marc Mutz <Marc@Mutz.com>, based upon work by Stefan Taferner <taferner@kde.org>
- See also:
- KMFilterAction KMFilter
Definition at line 164 of file kmfilteraction.h.
Constructor & Destructor Documentation
|
Initialize filter action with (english) name This is the name under which this action is known in the config file. Definition at line 125 of file kmfilteraction.cpp. References KMFilterActionWithNone(). Referenced by KMFilterActionWithNone(). |
Member Function Documentation
|
Read extra arguments from given string. This type of filter action has no parameters, so this is a no-op. Implements KMFilterAction. Definition at line 173 of file kmfilteraction.h. |
|
Return extra arguments as string. Must not contain newlines. We return QString::null, because we have no parameter. Implements KMFilterAction. Definition at line 177 of file kmfilteraction.h. |
The documentation for this class was generated from the following files: