#include "../ui_nodes.h"
Go to the source code of this file.
Data Structures | |
struct | lineStrip_s |
an element of the line chart More... | |
struct | lineChartExtraData_s |
extradata for the linechart node More... | |
Defines | |
#define | MAX_LINESTRIPS 16 |
Typedefs | |
typedef struct lineStrip_s | lineStrip_t |
an element of the line chart | |
typedef struct lineChartExtraData_s | lineChartExtraData_t |
extradata for the linechart node | |
Functions | |
void | UI_RegisterLineChartNode (struct uiBehaviour_s *behaviour) |
Definition in file ui_node_linechart.h.
#define MAX_LINESTRIPS 16 |
Definition at line 30 of file ui_node_linechart.h.
typedef struct lineChartExtraData_s lineChartExtraData_t |
extradata for the linechart node
typedef struct lineStrip_s lineStrip_t |
an element of the line chart
void UI_RegisterLineChartNode | ( | struct uiBehaviour_s * | behaviour | ) |
Definition at line 94 of file ui_node_linechart.c.
References uiBehaviour_s::draw, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::name, uiBehaviour_s::properties, and UI_LineChartNodeDraw().