![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Classes | |
class | CGraphDataSource |
class | CGraphFont |
class | CGraphPenCfg |
class | CGraphCfg |
class | CGraphCoords |
class | CGraphIntervals |
class | CGraphPoint |
class | CGraphStats |
class | CGraphBlock |
class | CGraphData |
Typedefs | |
typedef FILETIME_t | GraphTime_t |
typedef cTimeFile | CGraphTime |
typedef cTimeSpanFile | CGraphTimeSpan |
typedef double | GraphVal_t |
this is the value type we are plotting. Must also be able to hold GraphTime_t. More... | |
typedef cRectT< GraphVal_t > | CGraphRect |
x/y rect or time/value rect. More... | |
Variables | |
GrayGraphModule | g_Module |
typedef cRectT<GraphVal_t> GrayGraph::CGraphRect |
x/y rect or time/value rect.
typedef cTimeFile GrayGraph::CGraphTime |
typedef FILETIME_t GrayGraph::GraphTime_t |
typedef double GrayGraph::GraphVal_t |
this is the value type we are plotting. Must also be able to hold GraphTime_t.
GrayGraphModule GrayGraph::g_Module |