Go to the source code of this file.
Data Structures |
| struct | TGraphCtrl |
Defines |
| #define | MAX_PLOTS 4 |
| #define | MAX_CTRLS 4 |
Functions |
| double | GraphCtrl_AppendPoint (TGraphCtrl *this, double dNewPoint0, double dNewPoint1, double dNewPoint2, double dNewPoint3) |
| BOOL | GraphCtrl_Create (TGraphCtrl *this, HWND hWnd, HWND hParentWnd, UINT nID) |
| void | GraphCtrl_Dispose (TGraphCtrl *this) |
| void | GraphCtrl_DrawPoint (TGraphCtrl *this) |
| void | GraphCtrl_InvalidateCtrl (TGraphCtrl *this, BOOL bResize) |
| void | GraphCtrl_Paint (TGraphCtrl *this, HWND hWnd, HDC dc) |
| void | GraphCtrl_Reset (TGraphCtrl *this) |
| void | GraphCtrl_Resize (TGraphCtrl *this) |
| void | GraphCtrl_SetBackgroundColor (TGraphCtrl *this, COLORREF color) |
| void | GraphCtrl_SetGridColor (TGraphCtrl *this, COLORREF color) |
| void | GraphCtrl_SetPlotColor (TGraphCtrl *this, int plot, COLORREF color) |
| void | GraphCtrl_SetRange (TGraphCtrl *this, double dLower, double dUpper, int nDecimalPlaces) |
| INT_PTR CALLBACK | GraphCtrl_WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables |
| WNDPROC | OldGraphCtrlWndProc |