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

Method OnSetMaximumWindow

Modules/QtWidgets/src/QmitkLevelWindowWidgetContextMenu.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void QmitkLevelWindowWidgetContextMenu::OnSetMaximumWindow()
96{
97 m_LevelWindow.SetToMaxWindowSize();
98 m_Manager->SetLevelWindow(m_LevelWindow);
99 mitk::RenderingManager::GetInstance()->RequestUpdateAll();
100}
101
102void QmitkLevelWindowWidgetContextMenu::OnSetDefaultScaleRange()
103{

Callers

nothing calls this directly

Calls 3

SetToMaxWindowSizeMethod · 0.80
SetLevelWindowMethod · 0.45
RequestUpdateAllMethod · 0.45

Tested by

no test coverage detected