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

Method ActivateMenuWidget

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:385–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void QmitkAbstractMultiWidget::ActivateMenuWidget(bool state)
386{
387 for (const auto& renderWindowWidget : m_Impl->m_RenderWindowWidgets)
388 {
389 auto renderWindow = renderWindowWidget.second->GetRenderWindow();
390 renderWindow->ActivateMenuWidget(state);
391 }
392}
393
394bool QmitkAbstractMultiWidget::IsMenuWidgetEnabled() const
395{

Callers

nothing calls this directly

Calls 1

GetRenderWindowMethod · 0.45

Tested by

no test coverage detected