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

Method GetFirstRenderWindowWidget

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:283–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283QmitkAbstractMultiWidget::RenderWindowWidgetPointer QmitkAbstractMultiWidget::GetFirstRenderWindowWidget() const
284{
285 if (!m_Impl->m_RenderWindowWidgets.empty())
286 {
287 return m_Impl->m_RenderWindowWidgets.begin()->second;
288 }
289 else
290 {
291 return nullptr;
292 }
293}
294
295QmitkAbstractMultiWidget::RenderWindowWidgetPointer QmitkAbstractMultiWidget::GetLastRenderWindowWidget() const
296{

Callers 3

SetLayoutImplMethod · 0.80
ApplyLayoutMethod · 0.80
SetDataBasedLayoutMethod · 0.80

Calls 2

emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected