UFO: Alien Invasion
|
extradata for the panel node More...
#include <ui_node_bar.h>
Data Fields | |
abstractValueExtraData_t | super |
align_t | orientation |
bool | readOnly |
bool | noHover |
extradata for the panel node
Definition at line 43 of file ui_node_bar.h.
bool barExtraData_t::noHover |
True to show the bar at 100% opacity - even if not hovered
Definition at line 47 of file ui_node_bar.h.
align_t barExtraData_t::orientation |
Orientation of the bar (left, right, top, down)
Definition at line 45 of file ui_node_bar.h.
bool barExtraData_t::readOnly |
True if the user can't edit the content
Definition at line 46 of file ui_node_bar.h.
abstractValueExtraData_t barExtraData_t::super |
Definition at line 44 of file ui_node_bar.h.