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

Go to the source code of this file.
Data Structures | |
| class | uiButtonNode |
| struct | buttonExtraData_t |
Functions | |
| void | UI_RegisterButtonNode (uiBehaviour_t *behaviour) |
| void | UI_Button_SetBackgroundByName (uiNode_t *node, const char *name) |
| void | UI_Button_SetIconByName (uiNode_t *node, const char *name) |
Definition at line 168 of file ui_node_button.cpp.
References name, UI_EXTRADATA, and UI_GetSpriteByName().
Referenced by uiButtonNode_t_set_background().
Definition at line 173 of file ui_node_button.cpp.
References name, UI_EXTRADATA, and UI_GetSpriteByName().
Referenced by uiButtonNode_t_set_icon().
| void UI_RegisterButtonNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 178 of file ui_node_button.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, and V_UI_SPRITEREF.