Page MenuHomePhabricator

Rewrite CoordinateSupplier to EventObserver
Closed, DuplicatePublic

Description

As part of T16651 the CoordinateSupplier is rewritten to new interaction.

Event Timeline

New remote branch pushed: bug-16681-ReplaceCoordinateSupplier

Status: CoordinateSupplier is rewritten.
But it is only used in one place in a very unclear way:

QmitkStdMultiWidget::mousePressEvent(QMouseEvent * e)

where it is emmited instead if the real value.

To finalize this branch, the SliceNavigator should be rewritten and the common functionality (keeping track of clicks and positions) be merged in one, else the renderwindows will be cluttered with lots of different Oberservers doing the same things.

User webechr has pushed new remote branch:

bug-16681-ReplaceCoordinateSupplier-Int

This is a bigger project. relaying it until after next release.

Coordinate Supplier was removed.