|
UFO: Alien Invasion
|
extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more) More...
#include <ui_node_abstractvalue.h>

Data Fields | |
| void * | min |
| void * | max |
| void * | value |
| void * | delta |
| float | lastdiff |
| float | shiftIncreaseFactor |
extradata for common GUI widget which allow to edit a value (scrollbar, spinner, and more)
Definition at line 61 of file ui_node_abstractvalue.h.
| void* abstractValueExtraData_t::delta |
Quantity the control add or remove in one step
Definition at line 65 of file ui_node_abstractvalue.h.
| float abstractValueExtraData_t::lastdiff |
Different of the value from the last update. Its more an event property than a node property
Definition at line 66 of file ui_node_abstractvalue.h.
| void* abstractValueExtraData_t::max |
Max value can take the value field
Definition at line 63 of file ui_node_abstractvalue.h.
| void* abstractValueExtraData_t::min |
Min value can take the value field
Definition at line 62 of file ui_node_abstractvalue.h.
| float abstractValueExtraData_t::shiftIncreaseFactor |
Definition at line 67 of file ui_node_abstractvalue.h.
| void* abstractValueExtraData_t::value |
Current value
Definition at line 64 of file ui_node_abstractvalue.h.