UFO: Alien Invasion
Loading...
Searching...
No Matches
line_t Struct Reference

Structure describes a line. More...

Collaboration diagram for line_t:
Collaboration graph

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

◆ dots

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

◆ id

char line_t::id[MAX_VAR]

identifier of the line

Definition at line 43 of file ui_node_linechart.cpp.

Referenced by UI_AddLineChartLine().

◆ lineColor

vec4_t line_t::lineColor

color of the line

Definition at line 45 of file ui_node_linechart.cpp.

Referenced by UI_AddLineChartLine().

◆ maxPoints

int line_t::maxPoints

max number of coordinates

Definition at line 48 of file ui_node_linechart.cpp.

Referenced by UI_AddLineChartLine().

◆ numPoints

int line_t::numPoints

number of actual coordinates

Definition at line 49 of file ui_node_linechart.cpp.

Referenced by UI_AddLineChartLine().

◆ pointList

int* line_t::pointList

list of coordinates

Definition at line 47 of file ui_node_linechart.cpp.

Referenced by UI_AddLineChartLine().

◆ visible

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


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