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

Method UpdateLayoutDesignList

Modules/QtWidgets/src/QmitkRenderWindow.cpp:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void QmitkRenderWindow::UpdateLayoutDesignList(QmitkRenderWindowMenu::LayoutDesign layoutDesign)
105{
106 if (nullptr != m_MenuWidget)
107 {
108 m_MenuWidget->UpdateLayoutDesignList(layoutDesign);
109 }
110}
111
112void QmitkRenderWindow::UpdateCrosshairVisibility(bool visible)
113{

Callers 11

SetDefaultLayoutMethod · 0.45
SetOneBigLayoutMethod · 0.45
SetAllVerticalLayoutMethod · 0.45
RemoveOneLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected