MWidgets::Cell Class Reference

Structure that describe grid's cell. More...

#include <grid.h>

List of all members.

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


Detailed Description

Structure that describe grid's cell.

Definition at line 23 of file grid.h.


Constructor & Destructor Documentation

MWidgets::Cell::Cell (  ) 

Default constructor.

Initialise all to null.

Definition at line 19 of file grid.cpp.

References backcolor, forecolor, m_bBCChanged, pData, and text.


Friends And Related Function Documentation

friend class Grid [friend]

Definition at line 26 of file grid.h.


Member Data Documentation

DWORD MWidgets::Cell::backcolor

Background color.

Definition at line 35 of file grid.h.

Referenced by Cell(), MWidgets::Grid::DrawFixed(), and MWidgets::Grid::DrawNormal().

DWORD MWidgets::Cell::forecolor

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

Pointer to some data asociated with cell.

Definition at line 31 of file grid.h.

Referenced by Cell().

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().


The documentation for this class was generated from the following files:
Generated on Thu Oct 26 13:47:46 2006 for MWidgets by  doxygen 1.4.7