UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ui_node_radiobutton.h File Reference
#include "../ui_nodes.h"

Go to the source code of this file.

Data Structures

class  uiRadioButtonNode
 
struct  radioButtonExtraData_s
 

Typedefs

typedef struct
radioButtonExtraData_s 
radioButtonExtraData_t
 

Functions

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)
 

Typedef Documentation

Function Documentation

void UI_RadioButton_SetBackgroundByName ( uiNode_t node,
const char *  name 
)

Definition at line 184 of file ui_node_radiobutton.cpp.

References EXTRADATA, and UI_GetSpriteByName().

Referenced by uiRadioButtonNode_t_set_background().

void UI_RadioButton_SetIconByName ( uiNode_t node,
const char *  name 
)

Definition at line 189 of file ui_node_radiobutton.cpp.

References EXTRADATA, and UI_GetSpriteByName().

Referenced by uiRadioButtonNode_t_set_icon().

void UI_RadioButton_SetValue ( uiNode_t node,
float  value 
)