UFO: Alien Invasion
|
#include "ui_node_abstractvalue.h"
Go to the source code of this file.
Data Structures | |
class | uiCheckBoxNode |
struct | checkboxExtraData_t |
Functions | |
void | UI_RegisterCheckBoxNode (uiBehaviour_t *behaviour) |
void | UI_CheckBox_SetBackgroundByName (uiNode_t *node, const char *name) |
void | UI_CheckBox_SetIconCheckedByName (uiNode_t *node, const char *name) |
void | UI_CheckBox_SetIconUncheckedByName (uiNode_t *node, const char *name) |
void | UI_CheckBox_SetIconUnknownByName (uiNode_t *node, const char *name) |
void | UI_CheckBox_Toggle (uiNode_t *node) |
bool | UI_CheckBox_ValueAsBoolean (uiNode_t *node) |
int | UI_CheckBox_ValueAsInteger (uiNode_t *node) |
Definition at line 140 of file ui_node_checkbox.cpp.
References UI_EXTRADATA, and UI_GetSpriteByName().
Referenced by uiCheckBoxNode_t_set_background().
Definition at line 145 of file ui_node_checkbox.cpp.
References UI_EXTRADATA, and UI_GetSpriteByName().
Referenced by uiCheckBoxNode_t_set_iconchecked().
Definition at line 150 of file ui_node_checkbox.cpp.
References UI_EXTRADATA, and UI_GetSpriteByName().
Referenced by uiCheckBoxNode_t_set_iconunchecked().
Definition at line 160 of file ui_node_checkbox.cpp.
References UI_EXTRADATA, and UI_GetSpriteByName().
Referenced by uiCheckBoxNode_t_set_iconunknown().
Definition at line 155 of file ui_node_checkbox.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiCheckBoxNode::toggle().
Referenced by uiCheckBoxNode_t_toggle().
bool UI_CheckBox_ValueAsBoolean | ( | uiNode_t * | node | ) |
Definition at line 165 of file ui_node_checkbox.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiAbstractValueNode::getValue(), and uiBehaviour_t::manager.
Referenced by uiCheckBoxNode_t_as_boolean().
Definition at line 170 of file ui_node_checkbox.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiAbstractValueNode::getValue(), and uiBehaviour_t::manager.
Referenced by uiCheckBoxNode_t_as_integer().
void UI_RegisterCheckBoxNode | ( | uiBehaviour_t * | behaviour | ) |
Sprite used as an icon for checked state
Sprite used as an icon for unchecked state
Sprite used as an icon for indeterminate state
Sprite used as a background
Definition at line 175 of file ui_node_checkbox.cpp.
References uiBehaviour_t::extends, EXTRADATA_TYPE, uiBehaviour_t::extraDataSize, uiBehaviour_t::lua_SWIG_typeinfo, uiBehaviour_t::manager, uiBehaviour_t::name, UI_CheckBoxNodeCallActivate(), UI_RegisterExtradataNodeProperty, UI_RegisterNodeMethod(), UI_SWIG_TypeQuery(), and V_UI_SPRITEREF.