|
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_t::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_t::id[MAX_VAR] |
identifier of the line
Definition at line 43 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
| vec4_t line_t::lineColor |
color of the line
Definition at line 45 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
| int line_t::maxPoints |
max number of coordinates
Definition at line 48 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
| int line_t::numPoints |
number of actual coordinates
Definition at line 49 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
| int* line_t::pointList |
list of coordinates
Definition at line 47 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().
| bool line_t::visible |
whether the line should be visible or not
Definition at line 44 of file ui_node_linechart.cpp.
Referenced by UI_AddLineChartLine().