Page MenuHomePhabricator

PlanarFigure stateMachine should offer the possibility to insert new and delete existing control points
Closed, ResolvedPublic

Description

The current version of the PlanarFigure statemachine limits interaction with PlanarPolygons to adding control points onyl until the figure is 'finalized' with a double-click.

After this you can only move existing points. It is impossible to insert additional control points or remove already existing control points.

The statemachine should be extended to provide these features.

Event Timeline

[64b6c5]: Merge branch 'bug-7633-planarfigure-statemachine-add-control-point'

Merged commits:

2011-04-06 08:59:37 Markus Engel [9b4ea5]
extended StateMachine.xml to support editing of PlanarFigures / Polygons

The StateMachine.xml as well as the mitkInteractionConst have been extended to
support the insertion of new and the deleting of existing control points of
PlanarFigures. This Feature is disabled by default and can be activated by
setting the BoolProperty 'planarfigure.isextendable'

When merging the changes in StateMachine.xml into master a StateMachine 'LeftClickLevelWindow' got lost.

This statemachine has to be added again...

[cde71a]: Merge branch 'bug-7633-planarfigure-statemachine-add-control-point'

Merged commits:

2011-04-14 15:06:12 Markus Engel [553c2d]
adding statemachine that has been lost in merging

Missing statemachine has been re-added. Bug can be closed again