#include <ui_data.h>
Data Fields | |
uiSharedType_t | type |
union { | |
const char * text | |
Holds static array of characters to display. | |
struct linkedList_s * linkedListText | |
Holds a linked list for displaying in the UI. | |
struct uiNode_s * option | |
Holds a linked list for option (label, action, icon...). | |
struct lineStrip_s * lineStrip | |
Holds a line strip, a list of point. | |
} | data |
int | versionId |
Definition at line 130 of file ui_data.h.
union { ... } uiSharedData_s::data |
struct lineStrip_s* uiSharedData_s::lineStrip |
Holds a line strip, a list of point.
Definition at line 140 of file ui_data.h.
Referenced by UI_LineChartNodeDraw(), and UI_RegisterLineStrip().
Holds a linked list for displaying in the UI.
Definition at line 136 of file ui_data.h.
Referenced by UI_RegisterLinkedListText(), UI_ResetData(), UI_TextListNodeDraw(), UI_TextNodeDraw(), and UI_TextUpdateCache().
struct uiNode_s* uiSharedData_s::option |
Holds a linked list for option (label, action, icon...).
Definition at line 138 of file ui_data.h.
Referenced by UI_GetOption(), UI_RegisterOption(), and UI_ResetData().
const char* uiSharedData_s::text |
Holds static array of characters to display.
Definition at line 134 of file ui_data.h.
Referenced by UI_GetText(), UI_RegisterText(), UI_ResetData(), UI_TextNodeDraw(), and UI_TextUpdateCache().
Type of the shared data
Definition at line 131 of file ui_data.h.
Referenced by UI_GetOption(), UI_GetText(), UI_LineChartNodeDraw(), UI_RegisterLineStrip(), UI_RegisterLinkedListText(), UI_RegisterOption(), UI_RegisterText(), UI_ResetData(), UI_TextListNodeDraw(), UI_TextNodeDraw(), UI_TextNodeGenerateLineSplit(), and UI_TextUpdateCache().
Id identify the value, to check changes
Definition at line 142 of file ui_data.h.
Referenced by UI_GetDataVersion(), UI_RegisterLineStrip(), UI_RegisterLinkedListText(), UI_RegisterOption(), UI_RegisterText(), UI_ResetData(), UI_TextNodeDraw(), and UI_TextUpdateCache().