Page MenuHomePhabricator

Add new state machine for the interactions with tube graphs
Closed, ResolvedPublic

Description

Add a new state machine for interacting with tube graphs. This state machine should represent the selecting and deselecting of one or more tubes.

Event Timeline

metzger added a subscriber: metzger.

The user can select a tube with double clicking or with strg+ mouse click. If no tube is hit, nothing is selected.

New remote branch pushed: bug-13475-TubeGraphStateMachine

New remote branch pushed: bug-13475-AddTubeGraphStateMachine

[2872cb]: Merge branch 'bug-13475-AddTubeGraphStateMachine'

Merged commits:

2012-11-22 12:54:55 Jasmin Metzger [34b125]
Add new state machine for the interaction with tube graphs.
First state waits for an double click or a ctrl+click. After this it will be checked if the user hit a tube. If so the tube will be selected.