| 93 | } |
| 94 | |
| 95 | void QmitkLevelWindowWidgetContextMenu::OnSetMaximumWindow() |
| 96 | { |
| 97 | m_LevelWindow.SetToMaxWindowSize(); |
| 98 | m_Manager->SetLevelWindow(m_LevelWindow); |
| 99 | mitk::RenderingManager::GetInstance()->RequestUpdateAll(); |
| 100 | } |
| 101 | |
| 102 | void QmitkLevelWindowWidgetContextMenu::OnSetDefaultScaleRange() |
| 103 | { |
nothing calls this directly
no test coverage detected