Go to the source code of this file.
Functions |
| static void | GraphCtrl_Init (TGraphCtrl *this) |
| void | GraphCtrl_Dispose (TGraphCtrl *this) |
| BOOL | GraphCtrl_Create (TGraphCtrl *this, HWND hWnd, HWND hParentWnd, UINT nID) |
| void | GraphCtrl_SetRange (TGraphCtrl *this, double dLower, double dUpper, int nDecimalPlaces) |
| void | GraphCtrl_SetGridColor (TGraphCtrl *this, COLORREF color) |
| void | GraphCtrl_SetPlotColor (TGraphCtrl *this, int plot, COLORREF color) |
| void | GraphCtrl_SetBackgroundColor (TGraphCtrl *this, COLORREF color) |
| void | GraphCtrl_InvalidateCtrl (TGraphCtrl *this, BOOL bResize) |
| double | GraphCtrl_AppendPoint (TGraphCtrl *this, double dNewPoint0, double dNewPoint1, double dNewPoint2, double dNewPoint3) |
| void | GraphCtrl_Paint (TGraphCtrl *this, HWND hWnd, HDC dc) |
| void | GraphCtrl_DrawPoint (TGraphCtrl *this) |
| void | GraphCtrl_Resize (TGraphCtrl *this) |
| INT_PTR CALLBACK | GraphCtrl_WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables |
| WNDPROC | OldGraphCtrlWndProc |
| TGraphCtrl | PerformancePageCpuUsageHistoryGraph |
| TGraphCtrl | PerformancePageMemUsageHistoryGraph |
| HWND | hPerformancePageCpuUsageHistoryGraph |
| HWND | hPerformancePageMemUsageHistoryGraph |