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

Method GetRenderWindowWidgets

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174QmitkAbstractMultiWidget::RenderWindowWidgetMap QmitkAbstractMultiWidget::GetRenderWindowWidgets() const
175{
176 return m_Impl->m_RenderWindowWidgets;
177}
178
179QmitkAbstractMultiWidget::RenderWindowWidgetMap QmitkAbstractMultiWidget::Get2DRenderWindowWidgets() const
180{

Calls

no outgoing calls