MCPcopy Create free account
hub / github.com/MITK/MITK / OnSetFixed

Method OnSetFixed

Modules/QtWidgets/src/QmitkLevelWindowWidgetContextMenu.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void QmitkLevelWindowWidgetContextMenu::OnSetFixed()
69{
70 m_LevelWindow.SetFixed(!m_LevelWindow.GetFixed());
71 m_Manager->SetLevelWindow(m_LevelWindow);
72}
73
74void QmitkLevelWindowWidgetContextMenu::OnUseAllGreyvaluesFromImage()
75{

Callers

nothing calls this directly

Calls 3

SetFixedMethod · 0.45
GetFixedMethod · 0.45
SetLevelWindowMethod · 0.45

Tested by

no test coverage detected