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

Public Member Functions | |
| CCell (_In_ HWND hParent) | |
| CCell (_In_ HWND hParent, _In_ RECT &CellLocation) | |
| ~CCell () | |
| LPRECT | GetCellCoordinates () |
| void | SetFocus (_In_ bool HasFocus) |
| WCHAR | GetChar () |
| void | SetChar (_In_ WCHAR ch) |
| bool | OnPaint (_In_ PAINTSTRUCT &PaintStruct) |
| void | SetCellCoordinates (_In_ RECT &Coordinates) |
Private Attributes | |
| HWND | m_hParent |
| RECT | m_CellCoordinates |
| bool | m_bHasFocus |
| bool | m_bIsLarge |
| WCHAR | m_Char |
|
inline |
| bool CCell::OnPaint | ( | _In_ PAINTSTRUCT & | PaintStruct | ) |
Definition at line 43 of file Cell.cpp.
Referenced by CGridView::DrawGrid().
Definition at line 89 of file Cell.cpp.
Referenced by CGridView::UpdateCellCoordinates().
Definition at line 25 of file Cell.h.
Referenced by CGridView::SetCellFocus().
|
private |
Definition at line 8 of file Cell.h.
Referenced by OnPaint(), and SetFocus().
|
private |
Definition at line 6 of file Cell.h.
Referenced by GetCellCoordinates(), OnPaint(), and SetCellCoordinates().
|
private |