UFO: Alien Invasion
ui_node_radiobutton.h File Reference
#include "../ui_nodes.h"
Include dependency graph for ui_node_radiobutton.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ UI_RadioButton_GetCvar()

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().

◆ UI_RadioButton_SetBackgroundByName()

void UI_RadioButton_SetBackgroundByName ( uiNode_t node,
const char *  name 
)

Definition at line 193 of file ui_node_radiobutton.cpp.

References EXTRADATA, name, and UI_GetSpriteByName().

Referenced by uiRadioButtonNode_t_set_background().

◆ UI_RadioButton_SetCvar()

void UI_RadioButton_SetCvar ( uiNode_t node,
const char *  name 
)

Definition at line 170 of file ui_node_radiobutton.cpp.

References Cvar_Get(), EXTRADATA, name, and cvar_t::name.

Referenced by uiRadioButtonNode_t_set_cvar().

◆ UI_RadioButton_SetIconByName()

void UI_RadioButton_SetIconByName ( uiNode_t node,
const char *  name 
)

Definition at line 198 of file ui_node_radiobutton.cpp.

References EXTRADATA, name, and UI_GetSpriteByName().

Referenced by uiRadioButtonNode_t_set_icon().

◆ UI_RadioButton_SetValue() [1/2]

◆ UI_RadioButton_SetValue() [2/2]

void UI_RadioButton_SetValue ( uiNode_t node,
float  value 
)

◆ UI_RegisterRadioButtonNode()