Modules | |
D4D GRAPH Defines masks of its specific behaviour flags | |
D4D GRAPH Defines types of graph traces. | |
Macros | |
#define | D4D_GRAPH_BORDER_OFF |
This is offset of graph area from object borders. If not defined, it sets to 5 pixel as a default. More... | |
#define | D4D_GRAPH_VALUE_OFF |
This is offset of value text from graph area borders. If not defined, it sets to 2 pixel as a default. More... | |
#define | D4D_COLOR_GRAPH_GRID |
This is default graph grid color definition. If not defined, it sets to D4D_COLOR_LIGHT_GREY as a default. More... | |
#define | D4D_GRAPH_F_DEFAULT |
This is graph init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_BEVEL_RAISED | D4D_GRAPH_F_MODE_ROLLOVER | D4D_GRAPH_F_VALUE_X_BOTT | D4D_GRAPH_F_VALUE_Y_RIGHT ) as a default. More... | |
#define | D4D_GRAPH_TXT_PRTY_DEFAULT |
This is graph init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_GRAPH_FNT_PRTY_DEFAULT |
This is graph init font properties. If not defined, it sets to ( 0 ) as a default. More... | |
#define | D4D_GRAPH_LBL_FNT_PRTY_DEFAULT |
This is graph labels init font properties. If not defined, it sets to ( 0 ) as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_COLOR_GRAPH_GRID |
This is default graph grid color definition. If not defined, it sets to D4D_COLOR_LIGHT_GREY as a default.
Definition at line 73 of file d4d_graph.h.
#define D4D_GRAPH_BORDER_OFF |
This is offset of graph area from object borders. If not defined, it sets to 5 pixel as a default.
Definition at line 61 of file d4d_graph.h.
#define D4D_GRAPH_F_DEFAULT |
This is graph init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_BEVEL_RAISED | D4D_GRAPH_F_MODE_ROLLOVER | D4D_GRAPH_F_VALUE_X_BOTT | D4D_GRAPH_F_VALUE_Y_RIGHT ) as a default.
Definition at line 105 of file d4d_graph.h.
#define D4D_GRAPH_FNT_PRTY_DEFAULT |
This is graph init font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 117 of file d4d_graph.h.
#define D4D_GRAPH_LBL_FNT_PRTY_DEFAULT |
This is graph labels init font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 123 of file d4d_graph.h.
#define D4D_GRAPH_TXT_PRTY_DEFAULT |
This is graph init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 111 of file d4d_graph.h.
#define D4D_GRAPH_VALUE_OFF |
This is offset of value text from graph area borders. If not defined, it sets to 2 pixel as a default.
Definition at line 67 of file d4d_graph.h.