uiGlobal_s Struct Reference

Global data shared into all UI code. More...

#include <ui_internal.h>

Collaboration diagram for uiGlobal_s:
Collaboration graph
[legend]

Data Fields

uiSharedData_t sharedData [UI_MAX_DATAID]
 Holds shared data.
uiValue_t variableStack [UI_MAX_VARIABLESTACK]
 Local var for script function.
int numNodes
uiNode_twindows [UI_MAX_WINDOWS]
int numWindows
uiNode_tcomponents [UI_MAX_COMPONENTS]
int numComponents
byteadata
bytecuradata
int adataize
uiNode_twindowStack [UI_MAX_WINDOWSTACK]
int windowStackPos
uiAction_t actions [UI_MAX_ACTIONS]
int numActions
uiModel_t models [UI_MAX_MODELS]
int numModels
uiExcludeRect_t excludeRect [UI_MAX_EXLUDERECTS]
int numExcludeRect
uiIcon_t icons [UI_MAX_ICONS]
int numIcons
uiKeyBinding_t keyBindings [UI_MAX_KEYBINDING]
int numKeyBindings

Detailed Description

Global data shared into all UI code.

Definition at line 48 of file ui_internal.h.


Field Documentation

Definition at line 79 of file ui_internal.h.

Referenced by UI_AllocStaticAction().

uiNode_t* uiGlobal_s::components[UI_MAX_COMPONENTS]

Definition at line 70 of file ui_internal.h.

Referenced by UI_GetComponent(), and UI_InsertComponent().

Definition at line 85 of file ui_internal.h.

Referenced by UI_ParseExcludeRect().

uiIcon_t uiGlobal_s::icons[UI_MAX_ICONS]

Definition at line 88 of file ui_internal.h.

Referenced by UI_AllocStaticIcon(), and UI_GetIconByName().

Definition at line 91 of file ui_internal.h.

Referenced by UI_AllocStaticKeyBinding(), and UI_GetKeyBindingByIndex().

uiModel_t uiGlobal_s::models[UI_MAX_MODELS]

Definition at line 82 of file ui_internal.h.

Referenced by UI_GetUIModel(), UI_ListUIModels_f(), and UI_ParseUIModel().

Definition at line 80 of file ui_internal.h.

Referenced by UI_AllocStaticAction().

Definition at line 71 of file ui_internal.h.

Referenced by UI_GetComponent(), and UI_InsertComponent().

Definition at line 86 of file ui_internal.h.

Referenced by UI_ParseExcludeRect().

Definition at line 89 of file ui_internal.h.

Referenced by UI_AllocStaticIcon(), and UI_GetIconByName().

Definition at line 92 of file ui_internal.h.

Referenced by UI_AllocStaticKeyBinding(), and UI_GetKeyBindingCount().

Definition at line 83 of file ui_internal.h.

Referenced by UI_GetUIModel(), UI_ListUIModels_f(), and UI_ParseUIModel().

Definition at line 65 of file ui_internal.h.

Referenced by UI_AllocNodeWithoutNew(), and UI_ParseNodeBody().

uiValue_t uiGlobal_s::variableStack[UI_MAX_VARIABLESTACK]

Local var for script function.

Definition at line 63 of file ui_internal.h.

Referenced by UI_ExecuteAction(), and UI_GetVariable().

uiNode_t* uiGlobal_s::windows[UI_MAX_WINDOWS]
uiNode_t* uiGlobal_s::windowStack[UI_MAX_WINDOWSTACK]

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

Generated by  doxygen 1.6.2