#include <grid.h>
Public Member Functions | |
Cell () | |
Default constructor. | |
Public Attributes | |
string | text |
Text that draw's in cell. | |
void * | pData |
Pointer to some data asociated with cell. | |
DWORD | forecolor |
Text color. | |
DWORD | backcolor |
Background color. | |
Protected Attributes | |
bool | m_bBCChanged |
Equals "true" if user change backcolor manualy. | |
Friends | |
class | Grid |
Definition at line 23 of file grid.h.
MWidgets::Cell::Cell | ( | ) |
Background color.
Definition at line 35 of file grid.h.
Referenced by Cell(), MWidgets::Grid::DrawFixed(), and MWidgets::Grid::DrawNormal().
Text color.
Definition at line 33 of file grid.h.
Referenced by Cell(), MWidgets::Grid::DrawFixed(), and MWidgets::Grid::DrawNormal().
bool MWidgets::Cell::m_bBCChanged [protected] |
Equals "true" if user change backcolor manualy.
Definition at line 27 of file grid.h.
Referenced by Cell(), MWidgets::Grid::DrawFixed(), and MWidgets::Grid::DrawNormal().
void* MWidgets::Cell::pData |
string MWidgets::Cell::text |
Text that draw's in cell.
Definition at line 29 of file grid.h.
Referenced by Cell(), MWidgets::Grid::DrawFixed(), and MWidgets::Grid::DrawNormal().