|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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 |
Summary description for GridIntArray.
|
inline |
|
inline |
References IPLab.GridArray.array, and IPLab.GridArray.RefreshCellsStyle().
|
inline |
|
inline |
|
inlineprivate |
References IPLab.GridArray.readOnly.
Referenced by IPLab.GridArray.LoadData().
|
private |
Referenced by IPLab.GridArray.GetCell().
|
private |
Referenced by IPLab.GridArray.GetCell().
|
private |
Referenced by IPLab.GridArray.GetCell().
|
private |
Referenced by IPLab.GridArray.GetCell().
|
private |
Referenced by IPLab.GridArray.LoadData().
|
private |
Referenced by IPLab.GridArray.RefreshCellsStyle().
|
getset |