UFO: Alien Invasion
Loading...
Searching...
No Matches
uiMessageListNodeMessage_t Struct Reference
Collaboration diagram for uiMessageListNodeMessage_t:
Collaboration graph

Data Fields

char title [MAX_VAR]
char timestamp [TIMESTAMP_TEXT]
char * text
class DateTime date
const char * iconName
int lineUsed
struct uiMessageListNodeMessage_snext

Detailed Description

Definition at line 57 of file ui_node_messagelist.cpp.

Field Documentation

◆ date

class DateTime uiMessageListNodeMessage_t::date

◆ iconName

const char* uiMessageListNodeMessage_t::iconName

Definition at line 62 of file ui_node_messagelist.cpp.

Referenced by MS_AddNewMessage(), and UI_MessageGetIcon().

◆ lineUsed

int uiMessageListNodeMessage_t::lineUsed

used by the node to cache the number of lines need (often =1)

Definition at line 63 of file ui_node_messagelist.cpp.

Referenced by uiMessageListNode::draw().

◆ next

struct uiMessageListNodeMessage_s* uiMessageListNodeMessage_t::next

Definition at line 64 of file ui_node_messagelist.cpp.

Referenced by uiMessageListNode::draw(), and MS_MessageSaveXML().

◆ text

char* uiMessageListNodeMessage_t::text

◆ timestamp

char uiMessageListNodeMessage_t::timestamp[TIMESTAMP_TEXT]

◆ title

char uiMessageListNodeMessage_t::title[MAX_VAR]

Definition at line 58 of file ui_node_messagelist.cpp.

Referenced by MS_AddNewMessage(), and MS_MessageSaveXML().


The documentation for this struct was generated from the following file: