UFO: Alien Invasion
|
Structure describes a line. More...
Data Fields | |
char | id [MAX_VAR] |
bool | visible |
vec4_t | lineColor |
bool | dots |
int * | pointList |
int | maxPoints |
int | numPoints |
Structure describes a line.
Definition at line 42 of file ui_node_linechart.cpp.
bool line_s::dots |
whether to draw dots for data points or not
Definition at line 46 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
char line_s::id[MAX_VAR] |
identifier of the line
Definition at line 43 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
vec4_t line_s::lineColor |
color of the line
Definition at line 45 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
int line_s::maxPoints |
max number of coordinates
Definition at line 48 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
int line_s::numPoints |
number of actual coordinates
Definition at line 49 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
int* line_s::pointList |
list of coordinates
Definition at line 47 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
bool line_s::visible |
whether the line should be visible or not
Definition at line 44 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().