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

Method ForceImmediateUpdateAll

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:377–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void QmitkAbstractMultiWidget::ForceImmediateUpdateAll()
378{
379 for (const auto& renderWindowWidget : m_Impl->m_RenderWindowWidgets)
380 {
381 renderWindowWidget.second->ForceImmediateUpdate();
382 }
383}
384
385void QmitkAbstractMultiWidget::ActivateMenuWidget(bool state)
386{

Callers 6

ForceImmediateUpdateMethod · 0.45
MoveAlongAxisMethod · 0.45
RotateAroundAxisMethod · 0.45
MoveFreelyMethod · 0.45
ScaleEquallyMethod · 0.45
DoUpdatePreviewMethod · 0.45

Calls 1

ForceImmediateUpdateMethod · 0.45

Tested by

no test coverage detected