kmail
kmfilteraction.h File Reference
#include <kmime_mdn.h>#include <qstring.h>#include <qstringlist.h>#include <qdict.h>#include <qptrlist.h>#include <qvaluelist.h>#include <qguardedptr.h>#include <qwidget.h>
Include dependency graph for kmfilteraction.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | KMFilterAction |
| Abstract base class for KMail's filter actions. More... | |
| struct | KMFilterActionDesc |
| Auxiliary struct to KMFilterActionDict. More... | |
| class | KMFilterActionDict |
| Dictionary that contains a list of all registered filter actions with their creation functions. More... | |
| class | KMFilterActionWithAddress |
| Abstract base class for KMail's filter actions that need a mail address as parameter, e.g. More... | |
| class | KMFilterActionWithCommand |
| class | KMFilterActionWithFolder |
| Abstract base class for KMail's filter actions that need a mail folder as parameter, e.g. More... | |
| class | KMFilterActionWithNone |
| Abstract base class for KMail's filter actions that need no parameter, e.g. More... | |
| class | KMFilterActionWithString |
| Abstract base class for KMail's filter actions that need a free-form parameter, e.g. More... | |
| class | KMFilterActionWithStringList |
| Abstract base class for KMail's filter actions that need a parameter which can be chosen from a fixed set, e.g. More... | |
| class | KMFilterActionWithTest |
| class | KMFilterActionWithUOID |
| Abstract base class for KMail's filter actions that need a parameter that has a UOID, e.g. More... | |
| class | KMFilterActionWithUrl |
| Abstract base class for KMail's filter actions that need a command line as parameter, e.g. More... | |
Typedefs | |
| typedef KMFilterAction *(* | KMFilterActionNewFunc )(void) |
Typedef Documentation
| typedef KMFilterAction*(* KMFilterActionNewFunc)(void) |
Definition at line 640 of file kmfilteraction.h.
