Page MenuHomePhabricator

StatusBar should show pixel values when clicking into render window
Closed, ResolvedPublic

Assigned To
None
Authored By
stein
Jun 10 2009, 5:36 PM
Referenced Files
F234: StatusBarPatch.patch
Jul 1 2009, 6:17 PM
F233: StatusBar.patch
Jul 1 2009, 11:01 AM
Subscribers

Description

StatusBar should show pixel values when clicking into render window. Eventlistener has to be added to mitkStatusBar to listen for PositionEvent from mitkBaseRenderer.

Event Timeline

A place for putting the method displaying the grey value of the plane intersection has been determined. The following steps yet have to be implemented:

  • Add Label and reffering displaying method to qmitkstatusbar
  • Add abstract definition of this method to mitkstatusbarimplemetation
  • Add forward definition of this method to mitkstatusbar
  • Check equality of event source renderer with base renderer of m_Renderer in Slicenavigationcontroller::ExecuteAction if true: call method for calculation and displaying of position and grey value
  • Add Method for calculation and displaying of position and grey value to Slicenavigationcontroller

old version:

http://mbits/viewvc/mitk/branches/mitk-qt3/mitk/Qmitk/QmitkApplicationBase/QmitkMainTemplate.ui.h?revision=17314&view=markup

First progress from the bug squashing party for T2132

Second progress patch

Done as described in comment #1.

Revision: 18046.