#include "ui_node_abstractvalue.h"
Go to the source code of this file.
Data Structures | |
struct | barExtraData_t |
extradata for the panel node More... | |
Functions | |
void | UI_RegisterBarNode (struct uiBehaviour_s *behaviour) |
Definition in file ui_node_bar.h.
void UI_RegisterBarNode | ( | struct uiBehaviour_s * | behaviour | ) |
Definition at line 182 of file ui_node_bar.c.
References uiBehaviour_s::capturedMouseMove, uiBehaviour_s::draw, uiBehaviour_s::extends, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::loading, uiBehaviour_s::mouseDown, uiBehaviour_s::mouseUp, uiBehaviour_s::name, uiBehaviour_s::properties, UI_BarNodeCapturedMouseMove(), UI_BarNodeDraw(), UI_BarNodeLoading(), UI_BarNodeMouseDown(), and UI_BarNodeMouseUp().