#include "../ui_nodes.h"
Go to the source code of this file.
Functions | |
void | UI_RegisterConFuncNode (uiBehaviour_t *behaviour) |
void | UI_RegisterCvarFuncNode (uiBehaviour_t *behaviour) |
void | UI_RegisterFuncNode (uiBehaviour_t *behaviour) |
void | UI_RegisterNullNode (uiBehaviour_t *behaviour) |
void | UI_RegisterSpecialNode (uiBehaviour_t *behaviour) |
Definition in file ui_node_special.h.
void UI_RegisterConFuncNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 155 of file ui_node_special.c.
References uiBehaviour_s::clone, uiBehaviour_s::close, uiBehaviour_s::extends, uiBehaviour_s::init, uiBehaviour_s::isFunction, uiBehaviour_s::isVirtual, uiBehaviour_s::loaded, uiBehaviour_s::name, qtrue, UI_ConFuncNodeClone(), UI_ConFuncNodeClose(), UI_ConFuncNodeInit(), and UI_ConFuncNodeLoaded().
void UI_RegisterCvarFuncNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 167 of file ui_node_special.c.
References uiBehaviour_s::extends, uiBehaviour_s::isFunction, uiBehaviour_s::isVirtual, uiBehaviour_s::name, and qtrue.
void UI_RegisterFuncNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 56 of file ui_node_special.c.
References uiBehaviour_s::extends, uiBehaviour_s::isFunction, uiBehaviour_s::isVirtual, uiBehaviour_s::loaded, uiBehaviour_s::name, qtrue, and UI_FuncNodeLoaded().
void UI_RegisterNullNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 65 of file ui_node_special.c.
References uiBehaviour_s::extends, uiBehaviour_s::isVirtual, uiBehaviour_s::name, and qtrue.
void UI_RegisterSpecialNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 50 of file ui_node_special.c.
References uiBehaviour_s::isVirtual, uiBehaviour_s::name, and qtrue.