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_s::delta |
Quantity the control add or remove in one step
Definition at line 65 of file ui_node_abstractvalue.h.
float abstractValueExtraData_s::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_s::max |
Max value can take the value field
Definition at line 63 of file ui_node_abstractvalue.h.
void* abstractValueExtraData_s::min |
Min value can take the value field
Definition at line 62 of file ui_node_abstractvalue.h.
float abstractValueExtraData_s::shiftIncreaseFactor |
Definition at line 67 of file ui_node_abstractvalue.h.
void* abstractValueExtraData_s::value |
Current value
Definition at line 64 of file ui_node_abstractvalue.h.