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

Method SetLayoutIndex

Modules/QtWidgets/src/QmitkRenderWindow.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void QmitkRenderWindow::SetLayoutIndex(QmitkRenderWindowMenu::LayoutIndex layoutIndex)
84{
85 m_LayoutIndex = layoutIndex;
86 if (nullptr != m_MenuWidget)
87 {
88 m_MenuWidget->SetLayoutIndex(layoutIndex);
89 }
90}
91
92QmitkRenderWindowMenu::LayoutIndex QmitkRenderWindow::GetLayoutIndex()
93{

Callers 3

ActivateMenuWidgetMethod · 0.45
InitializeGUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected