| 66 | } |
| 67 | |
| 68 | void QmitkLevelWindowWidgetContextMenu::OnSetFixed() |
| 69 | { |
| 70 | m_LevelWindow.SetFixed(!m_LevelWindow.GetFixed()); |
| 71 | m_Manager->SetLevelWindow(m_LevelWindow); |
| 72 | } |
| 73 | |
| 74 | void QmitkLevelWindowWidgetContextMenu::OnUseAllGreyvaluesFromImage() |
| 75 | { |
nothing calls this directly
no test coverage detected