Define common thing for GUI controls which allow to edit a value (scroolbar, spinner, and more). More...
Go to the source code of this file.
Data Structures | |
struct | abstractValueExtraData_s |
extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more) More... | |
Typedefs | |
typedef struct abstractValueExtraData_s | abstractValueExtraData_t |
extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more) | |
Functions | |
void | UI_RegisterAbstractValueNode (struct uiBehaviour_s *behaviour) |
Define common thing for GUI controls which allow to edit a value (scroolbar, spinner, and more).
Definition in file ui_node_abstractvalue.h.
typedef struct abstractValueExtraData_s abstractValueExtraData_t |
extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more)
void UI_RegisterAbstractValueNode | ( | struct uiBehaviour_s * | behaviour | ) |
Definition at line 120 of file ui_node_abstractvalue.c.
References uiBehaviour_s::clone, uiBehaviour_s::delete, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::isAbstract, uiBehaviour_s::loaded, uiBehaviour_s::name, uiBehaviour_s::new, uiBehaviour_s::properties, qtrue, UI_AbstractValueClone(), UI_AbstractValueDelete(), UI_AbstractValueLoaded(), and UI_AbstractValueNew().