UFO: Alien Invasion
|
extradata for the linechart node More...
#include <ui_node_linechart.h>
Data Fields | |
linkedList_t * | lines |
bool | displayAxes |
vec4_t | axesColor |
extradata for the linechart node
Definition at line 38 of file ui_node_linechart.h.
vec4_t lineChartExtraData_s::axesColor |
color of the axes
Definition at line 41 of file ui_node_linechart.h.
bool lineChartExtraData_s::displayAxes |
If true the node display axes
Definition at line 40 of file ui_node_linechart.h.
linkedList_t* lineChartExtraData_s::lines |
list of lines to draw
Definition at line 39 of file ui_node_linechart.h.