UFO: Alien Invasion
|
#include <ui_node_special.h>
Inherits uiNode.
Private Member Functions | |
void | onLoaded (uiNode_t *node) |
Call after the script initialized the node. More... | |
Additional Inherited Members | |
![]() | |
virtual void | onLoading (uiNode_t *node) |
virtual void | clone (uiNode_t const *source, uiNode_t *clone) |
virtual void | initNode (uiNode_t *node) |
virtual void | initNodeDynamic (uiNode_t *node) |
virtual void | deleteNode (uiNode_t *node) |
virtual void | onWindowOpened (uiNode_t *node, linkedList_t *params) |
virtual void | onWindowClosed (uiNode_t *node) |
virtual void | onWindowActivate (uiNode_t *node) |
virtual void | onActivate (uiNode_t *node) |
Activate the node. Can be used without the mouse (ie. a button will execute onClick) More... | |
virtual void | onPropertyChanged (uiNode_t *node, const value_t *property) |
virtual | ~uiNode () |
Definition at line 37 of file ui_node_special.h.
Call after the script initialized the node.
Reimplemented from uiNode.
Definition at line 41 of file ui_node_special.cpp.
References uiNode_t::behaviour, Com_Printf(), uiNode_t::name, uiNode_t::onClick, uiNode_t::parent, value_s::string, uiNode_t::super, value_s::type, UI_GetPath(), UI_GetPropertyFromBehaviour(), and V_UI_ACTION.