kmail
kmheaders.h File Reference
#include "kmime_util.h"
#include "headeritem.h"
#include <klistview.h>
#include <kfoldertree.h>
#include <kmmsgbase.h>
#include <qwidget.h>
#include <qstrlist.h>
#include <qmemarray.h>
#include <qmap.h>
#include <qdragobject.h>
#include <qdict.h>
#include <qguardedptr.h>
Include dependency graph for kmheaders.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KMHeaders |
The widget that shows the contents of folders. More... | |
Defines | |
#define | KMAIL_MAGIC_HEADER_OFFSET 21 |
#define | KMAIL_MAX_KEY_LEN 16384 |
#define | KMAIL_RESERVED 3 |
#define | KMAIL_SORT_FILE(x) x->indexLocation() + ".sorted" |
#define | KMAIL_SORT_HEADER "## KMail Sort V%04d\n\t" |
#define | KMAIL_SORT_VERSION 1012 |
Typedefs | |
typedef QMap< int, KMFolder * > | KMMenuToFolder |
typedef QPtrList< KMMsgBase > | KMMessageList |
typedef QValueList< Q_UINT32 > | SerNumList |
Enumerations | |
enum | NestingPolicy { AlwaysOpen = 0, DefaultOpen, DefaultClosed, OpenUnread } |
Define Documentation
#define KMAIL_MAGIC_HEADER_OFFSET 21 |
Definition at line 43 of file kmheaders.h.
#define KMAIL_MAX_KEY_LEN 16384 |
Definition at line 44 of file kmheaders.h.
#define KMAIL_RESERVED 3 |
Definition at line 45 of file kmheaders.h.
#define KMAIL_SORT_FILE | ( | x | ) | x->indexLocation() + ".sorted" |
Definition at line 41 of file kmheaders.h.
#define KMAIL_SORT_HEADER "## KMail Sort V%04d\n\t" |
Definition at line 42 of file kmheaders.h.
#define KMAIL_SORT_VERSION 1012 |
Definition at line 40 of file kmheaders.h.
Typedef Documentation
typedef QMap<int,KMFolder*> KMMenuToFolder |
Definition at line 36 of file kmheaders.h.
typedef QPtrList<KMMsgBase> KMMessageList |
Definition at line 32 of file kmheaders.h.
typedef QValueList<Q_UINT32> SerNumList |
Definition at line 35 of file kmheaders.h.
Enumeration Type Documentation
enum NestingPolicy |
Definition at line 37 of file kmheaders.h.