|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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 |
|
inline |
| delegate void IPLab.GridArrayInt.GridEventHandler | ( | object | sender, |
| GridEventArgs | e | ||
| ) |
|
inline |
References IPLab.GridArrayInt.array, and IPLab.GridArrayInt.Colorize().
Referenced by IPLab.ConvolutionForm.ConvolutionForm(), IPLab.ConvolutionForm.loadButton_Click(), IPLab.MathMorphologyForm.loadButton_Click(), IPLab.MathMorphologyForm.MathMorphologyForm(), IPLab.ConvolutionForm.sizeCombo_SelectedIndexChanged(), and IPLab.MathMorphologyForm.sizeCombo_SelectedIndexChanged().
|
inline |
Referenced by IPLab.GridArrayInt.LoadData().
|
inlineprotectedvirtual |
References IPLab.GridArrayInt.CellClicked.
|
inlineprotectedvirtual |
References IPLab.GridArrayInt.ValueChanged.
|
private |
Referenced by IPLab.GridArrayInt.LoadData().
|
private |
| GridEventHandler IPLab.GridArrayInt.CellClicked |
Referenced by IPLab.GridArrayInt.OnCellClicked().
| GridEventHandler IPLab.GridArrayInt.ValueChanged |
Referenced by IPLab.GridArrayInt.OnValueChanged().