uiSharedData_s Struct Reference

#include <ui_data.h>

Collaboration diagram for uiSharedData_s:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 130 of file ui_data.h.


Field Documentation

union { ... } uiSharedData_s::data

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().

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().


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

Generated by  doxygen 1.6.2