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

Method ResetGridState

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:430–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void QmitkAbstractMultiWidget::ResetGridState()
431{
432 m_Impl->m_MultiWidgetRows = 0;
433 m_Impl->m_MultiWidgetColumns = 0;
434 m_Impl->m_ActiveRenderWindowWidget = nullptr;
435}
436
437void QmitkAbstractMultiWidget::RemoveRenderWindowWidget()
438{

Callers 2

ApplyLayoutMethod · 0.80
SetDataBasedLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected