kmail
KMFilterAction Class Reference
#include <kmfilteraction.h>
Inheritance diagram for KMFilterAction:

Detailed Description
Abstract base class for KMail's filter actions.Abstract base class for KMail's filter actions.All it can do is hold a name (ie. type-string). There are several sub-classes that inherit form this and are capable of providing parameter handling (import/export as string, a widget to allow editing, etc.)
- Author:
- Marc Mutz <Marc@Mutz.com>, based on work by Stefan Taferner <taferner@kde.org>.
- See also:
- KMFilter KMFilterMgr
Definition at line 55 of file kmfilteraction.h.
Public Types | |
enum | ReturnCode { ErrorNeedComplete = 0x1, GoOn = 0x2, ErrorButGoOn = 0x4, CriticalError = 0x8 } |
Public Member Functions | |
KMFilterAction (const char *aName, const QString aLabel) | |
virtual | ~KMFilterAction () |
const QString | label () const |
const QString | name () const |
virtual ReturnCode | process (KMMessage *msg) const =0 |
virtual void | processAsync (KMMessage *msg) const |
virtual bool | requiresBody (KMMsgBase *msgBase) const |
virtual bool | isEmpty () const |
virtual QWidget * | createParamWidget (QWidget *parent) const |
virtual void | applyParamWidgetValue (QWidget *paramWidget) |
virtual void | setParamWidgetValue (QWidget *paramWidget) const |
virtual void | clearParamWidget (QWidget *paramWidget) const |
virtual void | argsFromString (const QString argsStr)=0 |
virtual const QString | argsAsString () const =0 |
virtual const QString | displayString () const =0 |
virtual bool | folderRemoved (KMFolder *aFolder, KMFolder *aNewFolder) |
Static Public Member Functions | |
static KMFilterAction * | newAction () |
static int | tempOpenFolder (KMFolder *aFolder) |
static void | sendMDN (KMMessage *msg, KMime::MDN::DispositionType d, const QValueList< KMime::MDN::DispositionModifier > &m=QValueList< KMime::MDN::DispositionModifier >()) |
Member Enumeration Documentation
|
Possible return codes of process:.
Definition at line 73 of file kmfilteraction.h. |
Constructor & Destructor Documentation
|
Initialize filter action with (english) name
Definition at line 60 of file kmfilteraction.cpp. |
Member Function Documentation
|
The filter action shall set it's parameter from the widget's contents. It is allowed that the value is read by the action before this function is called. Reimplemented in KMFilterActionWithString, KMFilterActionWithStringList, KMFilterActionWithFolder, KMFilterActionWithAddress, KMFilterActionWithUrl, KMFilterActionWithCommand, and KMFilterActionWithTest. Definition at line 93 of file kmfilteraction.cpp. |
|
Return extra arguments as string. Must not contain newlines. Implemented in KMFilterActionWithNone, KMFilterActionWithString, KMFilterActionWithUOID, KMFilterActionWithFolder, KMFilterActionWithUrl, and KMFilterActionWithTest. |
|
Read extra arguments from given string.
Implemented in KMFilterActionWithNone, KMFilterActionWithString, KMFilterActionWithUOID, KMFilterActionWithStringList, KMFilterActionWithFolder, KMFilterActionWithUrl, and KMFilterActionWithTest. |
|
The filter action shall clear it's parameter widget's contents.
Reimplemented in KMFilterActionWithString, KMFilterActionWithStringList, KMFilterActionWithFolder, KMFilterActionWithAddress, KMFilterActionWithUrl, KMFilterActionWithCommand, and KMFilterActionWithTest. Definition at line 101 of file kmfilteraction.cpp. |
|
Creates a widget for setting the filter action parameter. Also sets the value of the widget. Reimplemented in KMFilterActionWithString, KMFilterActionWithStringList, KMFilterActionWithFolder, KMFilterActionWithAddress, KMFilterActionWithUrl, KMFilterActionWithCommand, and KMFilterActionWithTest. Definition at line 88 of file kmfilteraction.cpp. |
|
Returns a translated string describing this filter for visualization purposes, e.g. in the filter log. Implemented in KMFilterActionWithNone, KMFilterActionWithString, KMFilterActionWithUOID, KMFilterActionWithFolder, KMFilterActionWithUrl, and KMFilterActionWithTest. |
|
Called from the filter when a folder is removed.
Tests if the folder Reimplemented in KMFilterActionWithFolder. Definition at line 105 of file kmfilteraction.cpp. |
|
Determines whether this action is valid. But this is just a quick test. Eg., actions that have a mail address as parameter shouldn't try real address validation, but only check if the string representation is empty. Reimplemented in KMFilterActionWithString, KMFilterActionWithUOID, KMFilterActionWithFolder, KMFilterActionWithUrl, and KMFilterActionWithTest. Definition at line 110 of file kmfilteraction.h. |
|
Returns nationalized label, ie. the one which is presented in the filter dialog. Definition at line 82 of file kmfilteraction.h. |
|
Returns english name, ie. the one under which it is known in the config. Definition at line 86 of file kmfilteraction.h. |
|
Static function that creates a filter action of this type.
Definition at line 83 of file kmfilteraction.cpp. |
|
Execute action on given message.
Returns |
|
Execute an action on given message asynchronously. Emits a result signal on completion. Definition at line 70 of file kmfilteraction.cpp. |
|
Determines if the action depends on the body of the message.
Definition at line 78 of file kmfilteraction.cpp. |
|
Automates the sending of MDNs from filter actions.
Definition at line 115 of file kmfilteraction.cpp. |
|
The filter action shall set it's widget's contents from it's parameter.
Reimplemented in KMFilterActionWithString, KMFilterActionWithStringList, KMFilterActionWithFolder, KMFilterActionWithAddress, KMFilterActionWithUrl, KMFilterActionWithCommand, and KMFilterActionWithTest. Definition at line 97 of file kmfilteraction.cpp. |
|
Temporarily open folder. Will be closed by the next KMFilterMgr::cleanup() call. Definition at line 110 of file kmfilteraction.cpp. |
The documentation for this class was generated from the following files: