HValueMatrixInterface

Description

An interface to implement for classes that are members of HValueMatrix.

A HRadioButton is an example of an class that implements the HValueMatrixInterface.

die( )

The destructor makes sure self (HValueMatrixInterface#) is released from the parent's valueMatrix upon destruction.


setValueMatrix( )

Description

Binds itself to the parent's HValueMatrix instance.

Creates a valueMatrix member into the parent of itself, if none is present yet. Sets the self.value to true or false depending on the parent's valueMatrix value.


click( )

Sets itself active using the parent's valueMatrix on the click event.