#include <tty-ui.h>
Collaboration diagram for XePTTYMessageView_s:
Public Attributes | |
XePUIType | type |
UI type. | |
XePUID | uid |
Unique Identifier for the message view. | |
int | editable |
Wether editing is allowed. | |
XetPan * | xetpan |
The global XetPan data structure. | |
XePUIMain * | uimain |
The parent main window, if any. | |
XePFolder * | folder |
The parent folder, if any. | |
XePMessage * | message |
Currently displayed message. | |
uint32_t | muid |
muid of the currently displayed message, needed because message are displayed in chunks, asychronously (incremental reflow) | |
clist * | inlined_list |
List of XePUtilsInlinedData describing the inlined data. | |
char * | body_text |
Body text of composed message. | |
char * | default_charset |
Body's default charset. |
|
Body text of composed message.
|
|
Body's default charset.
|
|
Wether editing is allowed.
|
|
The parent folder, if any.
|
|
List of XePUtilsInlinedData describing the inlined data.
|
|
Currently displayed message.
|
|
muid of the currently displayed message, needed because message are displayed in chunks, asychronously (incremental reflow)
|
|
UI type. The following members must be the same as the ones in XePUIMessageViewAny defined in ui.c |
|
Unique Identifier for the message view.
|
|
The parent main window, if any.
|
|
The global XetPan data structure.
|