Interface | Description |
---|---|
UserEventHandler |
Interface for handling UserEvents.
|
Class | Description |
---|---|
Base |
Base class for all HUGIN GUI elements.
|
DiscreteMonitor |
A discrete node monitor.
|
Driver |
Provides a bridge between GUI elements and HUGIN API objects.
|
HuginCanvas |
Container class for displaying and layouting multiple HUGIN GUI elements.
|
Info |
Info is the communication envelope for GUI elements.
|
Info.DiscreteNodeInfo |
Describes the state of a discrete node HUGIN API object.
|
Info.LinkInfo |
Describes the parent -- child relation between two HUGIN API nodes.
|
Info.PositionInfo |
Describes the position of some named HUGIN API object.
|
InfoMaker |
Produce Info objects by taking a snapshot of a HUGIN API object (Domain, Node etc.).
|
UserEvent |
An UserEvent is emitted when user performs some action on a HUGIN widget.
|
UserEvent.ClickedWidget |
User clicked node widget.
|
UserEvent.ToggleState |
User toggled state of a discrete node widget.
|