ReactOS 0.4.15-dev-7846-g8ba6c66
_TM_GRAPH_CONTROL Struct Reference

#include <graphctl.h>

Collaboration diagram for _TM_GRAPH_CONTROL:

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
 

Detailed Description

Definition at line 19 of file graphctl.h.

Member Data Documentation

◆ BitmapHeight

◆ BitmapWidth

INT _TM_GRAPH_CONTROL::BitmapWidth

◆ CurrIndex

UINT32 _TM_GRAPH_CONTROL::CurrIndex

Definition at line 38 of file graphctl.h.

Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().

◆ CurrShift

INT _TM_GRAPH_CONTROL::CurrShift

Definition at line 34 of file graphctl.h.

Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().

◆ DrawSecondaryPlot

BOOL _TM_GRAPH_CONTROL::DrawSecondaryPlot

◆ ftPixelsPerPercent

FLOAT _TM_GRAPH_CONTROL::ftPixelsPerPercent

◆ GridCellHeight

INT _TM_GRAPH_CONTROL::GridCellHeight

Definition at line 33 of file graphctl.h.

Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().

◆ GridCellWidth

INT _TM_GRAPH_CONTROL::GridCellWidth

Definition at line 32 of file graphctl.h.

Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().

◆ hbmGraph

HBITMAP _TM_GRAPH_CONTROL::hbmGraph

Definition at line 24 of file graphctl.h.

Referenced by GraphCtrl_Create(), GraphCtrl_Dispose(), and GraphCtrl_RedrawOnHeightChange().

◆ hBrushBack

HBRUSH _TM_GRAPH_CONTROL::hBrushBack

◆ hdcGraph

◆ hParentWnd

HWND _TM_GRAPH_CONTROL::hParentWnd

Definition at line 21 of file graphctl.h.

Referenced by GraphCtrl_Create(), and GraphCtrl_RedrawOnHeightChange().

◆ hPen0

HPEN _TM_GRAPH_CONTROL::hPen0

◆ hPen1

HPEN _TM_GRAPH_CONTROL::hPen1

◆ hPenGrid

HPEN _TM_GRAPH_CONTROL::hPenGrid

◆ hWnd

HWND _TM_GRAPH_CONTROL::hWnd

Definition at line 22 of file graphctl.h.

Referenced by GraphCtrl_Create().

◆ NumberOfPoints

UINT32 _TM_GRAPH_CONTROL::NumberOfPoints

Definition at line 37 of file graphctl.h.

Referenced by GraphCtrl_AddPoint(), GraphCtrl_Create(), and GraphCtrl_RedrawBitmap().

◆ PointBuffer

PBYTE _TM_GRAPH_CONTROL::PointBuffer

The documentation for this struct was generated from the following file: