IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.GridArray Class Reference

Summary description for GridIntArray. More...

+ Inheritance diagram for IPLab.GridArray:
+ Collaboration diagram for IPLab.GridArray:

Classes

class  CellArrayTemplate
 
class  CellColumnHeaderTemplate
 
class  CellHeaderTemplate
 
class  CellRowHeaderTemplate
 

Public Member Functions

 GridArray ()
 
void LoadData (Array array)
 
override
SourceGrid2.Cells.ICellVirtual 
GetCell (int row, int col)
 
override void SetCell (int row, int col, SourceGrid2.Cells.ICellVirtual cell)
 

Properties

bool ReadOnly [get, set]
 

Private Member Functions

void RefreshCellsStyle ()
 

Private Attributes

CellVirtual columnHeader
 
CellVirtual rowHeader
 
CellVirtual cellHeader
 
CellVirtual dataCell
 
Array array
 
bool readOnly = false
 

Detailed Description

Summary description for GridIntArray.

Constructor & Destructor Documentation

IPLab.GridArray.GridArray ( )
inline

Member Function Documentation

void IPLab.GridArray.LoadData ( Array  array)
inline
override SourceGrid2.Cells.ICellVirtual IPLab.GridArray.GetCell ( int  row,
int  col 
)
inline
override void IPLab.GridArray.SetCell ( int  row,
int  col,
SourceGrid2.Cells.ICellVirtual  cell 
)
inline
void IPLab.GridArray.RefreshCellsStyle ( )
inlineprivate

Member Data Documentation

CellVirtual IPLab.GridArray.columnHeader
private

Referenced by IPLab.GridArray.GetCell().

CellVirtual IPLab.GridArray.rowHeader
private

Referenced by IPLab.GridArray.GetCell().

CellVirtual IPLab.GridArray.cellHeader
private

Referenced by IPLab.GridArray.GetCell().

CellVirtual IPLab.GridArray.dataCell
private

Referenced by IPLab.GridArray.GetCell().

Array IPLab.GridArray.array
private
bool IPLab.GridArray.readOnly = false
private

Property Documentation

bool IPLab.GridArray.ReadOnly
getset

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