uiValue_s Struct Reference

Type for uiAction_t It also contain type about type (for example EA_BINARYOPERATOR). More...

#include <ui_actions.h>

Collaboration diagram for uiValue_s:
Collaboration graph
[legend]

Data Fields

uiActionType_t type
union {
   int   integer
   float   number
   char *   string
   struct cvar_s *   cvar
   struct uiNode_s *   node
value

Detailed Description

Type for uiAction_t It also contain type about type (for example EA_BINARYOPERATOR).

See also:
uiAction_t

Definition at line 193 of file ui_actions.h.


Field Documentation

Definition at line 199 of file ui_actions.h.

Referenced by UI_GetFloatFromExpression(), and UI_GetStringFromExpression().

Definition at line 196 of file ui_actions.h.

Definition at line 200 of file ui_actions.h.

Referenced by UI_GetNodeFromExpression().

Definition at line 197 of file ui_actions.h.

Referenced by UI_GetFloatFromExpression(), and UI_GetStringFromExpression().

union { ... } uiValue_s::value

Subset of action type to identify the value

Referenced by UI_GetFloatFromExpression(), UI_GetNodeFromExpression(), UI_GetStringFromExpression(), and UI_ReleaseVariable().


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

Generated by  doxygen 1.6.2