|
UFO: Alien Invasion
|
#include "../ui_nodes.h"

Go to the source code of this file.
Data Structures | |
| class | uiRadioButtonNode |
| struct | radioButtonExtraData_t |
Functions | |
| const char * | UI_RadioButton_GetCvar (uiNode_t *node) |
| void | UI_RadioButton_SetCvar (uiNode_t *node, const char *name) |
| void | UI_RadioButton_SetBackgroundByName (uiNode_t *node, const char *name) |
| void | UI_RadioButton_SetIconByName (uiNode_t *node, const char *name) |
| void | UI_RadioButton_SetValue (uiNode_t *node, const char *value) |
| void | UI_RadioButton_SetValue (uiNode_t *node, float value) |
| void | UI_RegisterRadioButtonNode (uiBehaviour_t *behaviour) |
| const char * UI_RadioButton_GetCvar | ( | uiNode_t * | node | ) |
Definition at line 166 of file ui_node_radiobutton.cpp.
References EXTRADATA.
Referenced by uiRadioButtonNode_t_cvar().
Definition at line 193 of file ui_node_radiobutton.cpp.
References EXTRADATA, name, and UI_GetSpriteByName().
Referenced by uiRadioButtonNode_t_set_background().
Definition at line 170 of file ui_node_radiobutton.cpp.
References Cvar_Get(), EXTRADATA, cvar_t::name, and name.
Referenced by uiRadioButtonNode_t_set_cvar().
Definition at line 198 of file ui_node_radiobutton.cpp.
References EXTRADATA, name, and UI_GetSpriteByName().
Referenced by uiRadioButtonNode_t_set_icon().
Definition at line 175 of file ui_node_radiobutton.cpp.
References uiNode_t::behaviour, EXTRADATA, SharedPtr< T >::get(), uiBehaviour_t::manager, Mem_Free, Mem_StrDup, and uiRadioButtonNode::onActivate().
Referenced by uiRadioButtonNode_t_set_value__SWIG_0(), and uiRadioButtonNode_t_set_value__SWIG_1().
Definition at line 187 of file ui_node_radiobutton.cpp.
References uiNode_t::behaviour, EXTRADATA, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiRadioButtonNode::onActivate().
| void UI_RegisterRadioButtonNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 202 of file ui_node_radiobutton.cpp.
References EXTRADATA_TYPE, uiBehaviour_t::extraDataSize, uiBehaviour_t::lua_SWIG_typeinfo, uiBehaviour_t::manager, uiBehaviour_t::name, UI_RegisterExtradataNodeProperty, UI_SWIG_TypeQuery(), V_BOOL, V_CVAR_OR_STRING, V_FLOAT, V_UI_CVAR, and V_UI_SPRITEREF.