|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <graphctl.h>

Public Attributes | |
| HWND | hParentWnd |
| HWND | hWnd |
| HDC | hdcGraph |
| HBITMAP | hbmGraph |
| HPEN | hPenGrid |
| HPEN | hPen0 |
| HPEN | hPen1 |
| HBRUSH | hBrushBack |
| INT | BitmapWidth |
| INT | BitmapHeight |
| INT | GridCellWidth |
| INT | GridCellHeight |
| INT | CurrShift |
| PBYTE | PointBuffer |
| UINT32 | NumberOfPoints |
| UINT32 | CurrIndex |
| FLOAT | ftPixelsPerPercent |
| BOOL | DrawSecondaryPlot |
Definition at line 19 of file graphctl.h.
| INT _TM_GRAPH_CONTROL::BitmapHeight |
Definition at line 31 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_RedrawBitmap(), GraphCtrl_RedrawOnHeightChange(), GraphCtrl_WndProc(), and PerformancePage_OnViewShowKernelTimes().
| INT _TM_GRAPH_CONTROL::BitmapWidth |
Definition at line 30 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_RedrawBitmap(), GraphCtrl_RedrawOnHeightChange(), and GraphCtrl_WndProc().
| UINT32 _TM_GRAPH_CONTROL::CurrIndex |
Definition at line 38 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().
| INT _TM_GRAPH_CONTROL::CurrShift |
Definition at line 34 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().
| BOOL _TM_GRAPH_CONTROL::DrawSecondaryPlot |
Definition at line 41 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_RedrawBitmap(), and PerformancePage_OnViewShowKernelTimes().
| FLOAT _TM_GRAPH_CONTROL::ftPixelsPerPercent |
Definition at line 40 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_RedrawBitmap(), and GraphCtrl_RedrawOnHeightChange().
| INT _TM_GRAPH_CONTROL::GridCellHeight |
Definition at line 33 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().
| INT _TM_GRAPH_CONTROL::GridCellWidth |
Definition at line 32 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().
| HBITMAP _TM_GRAPH_CONTROL::hbmGraph |
Definition at line 24 of file graphctl.h.
Referenced by GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawOnHeightChange().
| HBRUSH _TM_GRAPH_CONTROL::hBrushBack |
Definition at line 28 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawBitmap().
| HDC _TM_GRAPH_CONTROL::hdcGraph |
Definition at line 23 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_Dispose(), GraphCtrl_RedrawBitmap(), GraphCtrl_RedrawOnHeightChange(), and GraphCtrl_WndProc().
| HWND _TM_GRAPH_CONTROL::hParentWnd |
Definition at line 21 of file graphctl.h.
Referenced by GraphCtrl_Create(), and GraphCtrl_RedrawOnHeightChange().
| HPEN _TM_GRAPH_CONTROL::hPen0 |
Definition at line 26 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawBitmap().
| HPEN _TM_GRAPH_CONTROL::hPen1 |
Definition at line 27 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawBitmap().
| HPEN _TM_GRAPH_CONTROL::hPenGrid |
Definition at line 25 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawBitmap().
| HWND _TM_GRAPH_CONTROL::hWnd |
Definition at line 22 of file graphctl.h.
Referenced by GraphCtrl_Create().
| UINT32 _TM_GRAPH_CONTROL::NumberOfPoints |
Definition at line 37 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().
| PBYTE _TM_GRAPH_CONTROL::PointBuffer |
Definition at line 36 of file graphctl.h.
Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawBitmap().