kmail
KMail::MessageProperty Class Reference
List of all members.Detailed Description
Definition at line 57 of file messageproperty.h.
Static Public Member Functions | |
static bool | filtering (Q_UINT32) |
static void | setFiltering (Q_UINT32, bool filtering) |
static bool | filtering (const KMMsgBase *) |
static void | setFiltering (const KMMsgBase *, bool filtering) |
static KMFolder * | filterFolder (Q_UINT32) |
static void | setFilterFolder (Q_UINT32, KMFolder *folder) |
static KMFolder * | filterFolder (const KMMsgBase *) |
static void | setFilterFolder (const KMMsgBase *, KMFolder *folder) |
static ActionScheduler * | filterHandler (Q_UINT32) |
static void | setFilterHandler (Q_UINT32, ActionScheduler *filterHandler) |
static ActionScheduler * | filterHandler (const KMMsgBase *) |
static void | setFilterHandler (const KMMsgBase *, ActionScheduler *filterHandler) |
static void | setSerialCache (const KMMsgBase *, Q_UINT32) |
static Q_UINT32 | serialCache (const KMMsgBase *) |
static void | setTransferInProgress (const KMMsgBase *, bool, bool=false) |
static bool | transferInProgress (const KMMsgBase *) |
static void | setTransferInProgress (Q_UINT32, bool, bool=false) |
static bool | transferInProgress (Q_UINT32) |
static void | forget (const KMMsgBase *) |
Member Function Documentation
bool MessageProperty::filtering | ( | Q_UINT32 | ) | [static] |
KMFolder * MessageProperty::filterFolder | ( | Q_UINT32 | ) | [static] |
The folder this message is to be moved into once filtering is finished, or null if the message is not scheduled to be moved.
Definition at line 67 of file messageproperty.cpp.
void MessageProperty::forget | ( | const KMMsgBase * | ) | [static] |
Some properties, namely complete, transferInProgress, and serialCache must be forgotten when a message class instance is destructed or assigned a new value.
Definition at line 163 of file messageproperty.cpp.
The documentation for this class was generated from the following files: