See: Description
Interface | Description |
---|---|
ToolEventReceiver |
An Interface needed to call independantly the function processToolEvent in the tooleventqueue for different methods
|
VirtualDevice | |
VirtualDeviceContext |
Class | Description |
---|---|
DeviceManager |
contains maps from Inputslots to virtualDevices, AxisStates, transformations, lists of more imputslots.
|
SlotManager |
Essentially, this class maps slots to tools.
|
ToolEvent |
Toolevents store necessary information created by the virtual/raw device interaction
|
ToolEventQueue |
TODO: check sync!
Combines a list of Toolevents with options to run a thread to process the toolevents.
|
ToolManager |
Stores what Tool belongs to what SceneGraphPaths.
|
ToolSystem |
TODO: document this
associates viewers to toolsystems and manages device input, toolevents and picking.
|
ToolUpdateProxy | |
ToolUtility |
Exception | Description |
---|---|
MissingSlotException |
TODO: comment this
|