ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <precomp.h>
Public Attributes | |
HWND | hMapWnd |
HWND | hParent |
HWND | hLrgWnd |
SIZE | ClientSize |
SIZE | CellSize |
CELL | Cells [YCELLS][XCELLS] |
PCELL | pActiveCell |
HFONT | hFont |
LOGFONTW | CurrentFont |
INT | CaretX |
INT | CaretY |
INT | iYStart |
INT | NumRows |
INT | CharMap |
USHORT | ValidGlyphs [MAX_GLYPHS] |
USHORT | NumValidGlyphs |
INT _MAP::CaretX |
Definition at line 54 of file precomp.h.
Referenced by MapWndProc(), MoveLeftRight(), MoveUpDown(), OnKeyDown(), OnVScroll(), and SetCaretXY().
INT _MAP::CaretY |
Definition at line 54 of file precomp.h.
Referenced by MapWndProc(), MoveLeftRight(), MoveUpDown(), OnKeyDown(), OnVScroll(), and SetCaretXY().
Definition at line 50 of file precomp.h.
Referenced by FillGrid(), MapOnCreate(), SetCaretXY(), SetGrid(), and UpdateCells().
SIZE _MAP::CellSize |
Definition at line 49 of file precomp.h.
Referenced by MapOnCreate(), OnClick(), OnVScroll(), and SetGrid().
INT _MAP::CharMap |
Definition at line 57 of file precomp.h.
Referenced by MapWndProc(), and SetFont().
SIZE _MAP::ClientSize |
Definition at line 48 of file precomp.h.
Referenced by MapOnCreate().
LOGFONTW _MAP::CurrentFont |
Definition at line 53 of file precomp.h.
Referenced by MapWndProc(), and SetFont().
HFONT _MAP::hFont |
Definition at line 52 of file precomp.h.
Referenced by FillGrid(), MapWndProc(), and SetFont().
HWND _MAP::hLrgWnd |
Definition at line 47 of file precomp.h.
Referenced by CreateLargeCell(), MapWndProc(), MoveLargeCell(), MoveLeftRight(), MoveUpDown(), OnVScroll(), SetCaretXY(), SetFont(), and SetLrgFont().
HWND _MAP::hMapWnd |
Definition at line 45 of file precomp.h.
Referenced by CreateLargeCell(), FillGrid(), MapOnCreate(), MoveLargeCell(), MoveLeftRight(), MoveUpDown(), NotifyParentOfSelection(), OnKeyDown(), OnPaint(), OnVScroll(), SetCaretXY(), and SetFont().
HWND _MAP::hParent |
Definition at line 46 of file precomp.h.
Referenced by CreateLargeCell(), MapOnCreate(), MoveLargeCell(), NotifyParentOfSelection(), and SetLrgFont().
INT _MAP::iYStart |
Definition at line 55 of file precomp.h.
Referenced by FillGrid(), LimitCaretXY(), MapWndProc(), MoveLeftRight(), OnVScroll(), SetFont(), and UpdateCells().
INT _MAP::NumRows |
Definition at line 56 of file precomp.h.
Referenced by MoveLeftRight(), OnVScroll(), and SetFont().
USHORT _MAP::NumValidGlyphs |
Definition at line 60 of file precomp.h.
Referenced by LimitCaretXY(), and SetFont().
PCELL _MAP::pActiveCell |
Definition at line 51 of file precomp.h.
Referenced by CreateLargeCell(), FillGrid(), LrgCellWndProc(), MapOnCreate(), MapWndProc(), MoveLargeCell(), OnVScroll(), and SetCaretXY().
USHORT _MAP::ValidGlyphs[MAX_GLYPHS] |
Definition at line 59 of file precomp.h.
Referenced by SetFont(), and UpdateCells().