eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D GRAPH Defines masks of its specific behaviour flags
Collaboration diagram for D4D GRAPH Defines masks of its specific behaviour flags:

Macros

#define D4D_GRAPH_F_MODE_MASK
 Mask of graph mode (it's used internaly by driver) More...
 
#define D4D_GRAPH_F_MODE_NORMAL
 The graph runs in normal mode, this means that a graph adds new data to the screen. When it fills up the whole graph area, the object clears all the shown points and draws a new graph on a screen from new data. More...
 
#define D4D_GRAPH_F_MODE_ROLLOVER
 The graph runs in roll-over mode, this means the graph adds new data to the screen. When it fills up the whole graph area, the graph clears only the latest sample and draws a new one instead of the cleared one. More...
 
#define D4D_GRAPH_F_VALUE_X_NONE
 Mask of graph value enable from axis X (it's used internaly by driver) More...
 
#define D4D_GRAPH_F_VALUE_X_BOTT
 Enables a label for axis X on the bottom side of the graph. More...
 
#define D4D_GRAPH_F_VALUE_X_TOP
 Enables the label for axis X on the top side of the graph. More...
 
#define D4D_GRAPH_F_VALUE_Y_NONE
 Mask of graph value enable from axis Y (it's used internaly by driver) More...
 
#define D4D_GRAPH_F_VALUE_Y_LEFT
 Enables the label for axis Y on the left side of the graph. More...
 
#define D4D_GRAPH_F_VALUE_Y_RIGHT
 Enables the label for axis Y on the right side of the graph. More...
 

Detailed Description

This section specifies masks of graph behaviour flags.

Macro Definition Documentation

#define D4D_GRAPH_F_MODE_MASK

Mask of graph mode (it's used internaly by driver)

Definition at line 89 of file d4d_graph.h.

#define D4D_GRAPH_F_MODE_NORMAL

The graph runs in normal mode, this means that a graph adds new data to the screen. When it fills up the whole graph area, the object clears all the shown points and draws a new graph on a screen from new data.

Definition at line 90 of file d4d_graph.h.

#define D4D_GRAPH_F_MODE_ROLLOVER

The graph runs in roll-over mode, this means the graph adds new data to the screen. When it fills up the whole graph area, the graph clears only the latest sample and draws a new one instead of the cleared one.

Definition at line 91 of file d4d_graph.h.

#define D4D_GRAPH_F_VALUE_X_BOTT

Enables a label for axis X on the bottom side of the graph.

Definition at line 94 of file d4d_graph.h.

#define D4D_GRAPH_F_VALUE_X_NONE

Mask of graph value enable from axis X (it's used internaly by driver)

Definition at line 93 of file d4d_graph.h.

#define D4D_GRAPH_F_VALUE_X_TOP

Enables the label for axis X on the top side of the graph.

Definition at line 95 of file d4d_graph.h.

#define D4D_GRAPH_F_VALUE_Y_LEFT

Enables the label for axis Y on the left side of the graph.

Definition at line 98 of file d4d_graph.h.

#define D4D_GRAPH_F_VALUE_Y_NONE

Mask of graph value enable from axis Y (it's used internaly by driver)

Definition at line 97 of file d4d_graph.h.

#define D4D_GRAPH_F_VALUE_Y_RIGHT

Enables the label for axis Y on the right side of the graph.

Definition at line 99 of file d4d_graph.h.