UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
line_s Struct Reference

Structure describes a line. More...

Data Fields

char id [MAX_VAR]
 
bool visible
 
vec4_t lineColor
 
bool dots
 
intpointList
 
int maxPoints
 
int numPoints
 

Detailed Description

Structure describes a line.

Definition at line 42 of file ui_node_linechart.cpp.

Field Documentation

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().


The documentation for this struct was generated from the following file: