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