kmail
KMPopHeaders Class Reference
#include <kmpopheaders.h>
Public Member Functions | |
| KMPopFilterAction | action () const |
| KMMessage * | header () const |
| QString | id () const |
| KMPopHeaders (const QString &aId, const QString &aUid, KMPopFilterAction aAction) | |
| KMPopHeaders () | |
| bool | ruleMatched () |
| void | setAction (KMPopFilterAction aAction) |
| void | setHeader (KMMessage *aHeader) |
| void | setRuleMatched (bool b) |
| QString | uid () const |
| ~KMPopHeaders () | |
Protected Attributes | |
| KMPopFilterAction | mAction |
| KMMessage * | mHeader |
| QString | mId |
| bool | mRuleMatched |
| QString | mUid |
Detailed Description
Definition at line 21 of file kmpopheaders.h.
Constructor & Destructor Documentation
| KMPopHeaders::KMPopHeaders | ( | ) |
Definition at line 15 of file kmpopheaders.cpp.
| KMPopHeaders::~KMPopHeaders | ( | ) |
Definition at line 24 of file kmpopheaders.cpp.
| KMPopHeaders::KMPopHeaders | ( | const QString & | aId, | |
| const QString & | aUid, | |||
| KMPopFilterAction | aAction | |||
| ) |
Member Function Documentation
| KMPopFilterAction KMPopHeaders::action | ( | ) | const |
| KMMessage * KMPopHeaders::header | ( | ) | const |
| QString KMPopHeaders::id | ( | ) | const |
| bool KMPopHeaders::ruleMatched | ( | ) |
| void KMPopHeaders::setAction | ( | KMPopFilterAction | aAction | ) |
| void KMPopHeaders::setHeader | ( | KMMessage * | aHeader | ) |
| void KMPopHeaders::setRuleMatched | ( | bool | b | ) |
| QString KMPopHeaders::uid | ( | ) | const |
Member Data Documentation
KMPopFilterAction KMPopHeaders::mAction [protected] |
Definition at line 52 of file kmpopheaders.h.
KMMessage* KMPopHeaders::mHeader [protected] |
Definition at line 60 of file kmpopheaders.h.
QString KMPopHeaders::mId [protected] |
Definition at line 54 of file kmpopheaders.h.
bool KMPopHeaders::mRuleMatched [protected] |
Definition at line 58 of file kmpopheaders.h.
QString KMPopHeaders::mUid [protected] |
Definition at line 56 of file kmpopheaders.h.
The documentation for this class was generated from the following files:
