Typedefs | |
typedef Byte | D4D_GRAPH_VALUE |
Type definition of graph value type - this is standard type used for graph data input. More... | |
typedef LWord | D4D_GRAPH_SAMPLE_IX |
Type definition of graph dat asample type. More... | |
typedef void(* | D4D_GRAPH_ON_CHANGE )(D4D_OBJECT *pThis) |
Type definition of graph on change callback function. More... | |
typedef D4D_TCHAR *(* | D4D_GRAPH_ON_NEED_LABEL )(D4D_OBJECT_PTR pThis, D4D_BOOL axisX, D4D_INDEX gridIx, D4D_GRAPH_SAMPLE_IX sampleIx) |
Type definition of graph on need label call back function. More... | |
This section specifies the exact type for each typedef definition.
typedef void(* D4D_GRAPH_ON_CHANGE)(D4D_OBJECT *pThis) |
Type definition of graph on change callback function.
pThis | - pointer to graph instance that call the function |
Definition at line 165 of file d4d_graph.h.
typedef D4D_TCHAR*(* D4D_GRAPH_ON_NEED_LABEL)(D4D_OBJECT_PTR pThis, D4D_BOOL axisX, D4D_INDEX gridIx, D4D_GRAPH_SAMPLE_IX sampleIx) |
Type definition of graph on need label call back function.
pThis | - pointer to graph instance that call the function |
axisX | - if D4D_TRUE th egraph need label for X axis, if D4D_FALSE for Y |
gridIx | - index of grid line for what the graph need the label |
sampleIx | - index of sample index for what eGUI needs the label |
Definition at line 176 of file d4d_graph.h.
typedef LWord D4D_GRAPH_SAMPLE_IX |
Type definition of graph dat asample type.
Definition at line 156 of file d4d_graph.h.
typedef Byte D4D_GRAPH_VALUE |
Type definition of graph value type - this is standard type used for graph data input.
Definition at line 154 of file d4d_graph.h.