Page MenuHomePhabricator

Migrate SliceNavigationController to new Interaction
Closed, DuplicatePublic

Description

Workpackages:

  • Figure out how BaseController works and if it needs adjusting
  • Migrate SliceNavigationController
  • The code of the pixel value status bar is doubled, and can be integrated into a single position

Event Timeline

BaseController inherits from StateMachine, which is needed for SliceNavigationController.

SliceNaviController functionality should be included into DisplayInteractor.

Then VtkInteractorCameraController becomes obsolete, because DisplayInteractor runs in a VTK only environment.

SpaceNavigatorVtkCameraController - can be migrated afterwards.

see 17784 for partial fixes supporting this work.

this was solved within another bug.