Index of classes


C
comboTextTree [Widget.ComboTextTree]
A ComboTextTree is a combo with eventually some dependent childs (or slaves).
configuration [Configuration_files]
Make a configuration object from a list of file name or a software name; in the latter case the configuration files have "reasonable" default names:

D
device_led_grid [Ledgrid]
A 'device LED grid' is a LED grid specialized as a realistic simulation of the control panel of a physical device such as a switch, a hub or a router.

E
env [Environment]
The class of environments.

H
hashmap [Hashmap]
The hashmap class
hashmultimap [Hashmmap]
The hashmultimap class
hashset [Hashset]

L
led_grid [Ledgrid]
A LED grid visually represents a matrix of LED lights, where each light is independently controllable.
led_light [Ledgrid]
A LED light is a widget mimicking a single physical LED light, whose state at any given moment can be on or off: its state is represented as a boolean value, and by convention 'true' means 'on'.

M
marshallable [Oomarshal]
The virtual marshallable class, which should be the base class of all classes intended for marshalling with this technique.
marshaller [Oomarshal]
The marshaller class, instances of which can marshal and unmarshal objects of a given type when requested.
memo [Memo]
The class storing the hash table

T
textview [Widget]