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.GridArrayInt Class Reference

GridArrayInt More...

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

Classes

class  CellBehavior
 

Public Member Functions

delegate void GridEventHandler (object sender, GridEventArgs e)
 
 GridArrayInt ()
 
void LoadData (Array array)
 
void Colorize ()
 

Protected Member Functions

virtual void OnCellClicked (int col, int row)
 
virtual void OnValueChanged (int col, int row)
 

Events

GridEventHandler CellClicked
 
GridEventHandler ValueChanged
 

Private Attributes

Array array
 
CellBehavior behavior
 

Detailed Description

Constructor & Destructor Documentation

IPLab.GridArrayInt.GridArrayInt ( )
inline

Member Function Documentation

delegate void IPLab.GridArrayInt.GridEventHandler ( object  sender,
GridEventArgs  e 
)
void IPLab.GridArrayInt.Colorize ( )
inline
virtual void IPLab.GridArrayInt.OnCellClicked ( int  col,
int  row 
)
inlineprotectedvirtual
virtual void IPLab.GridArrayInt.OnValueChanged ( int  col,
int  row 
)
inlineprotectedvirtual

Member Data Documentation

Array IPLab.GridArrayInt.array
private
CellBehavior IPLab.GridArrayInt.behavior
private

Event Documentation

GridEventHandler IPLab.GridArrayInt.CellClicked
GridEventHandler IPLab.GridArrayInt.ValueChanged

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