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

Method RequestUpdateAll

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void QmitkAbstractMultiWidget::RequestUpdateAll()
361{
362 for (const auto& renderWindowWidget : m_Impl->m_RenderWindowWidgets)
363 {
364 renderWindowWidget.second->RequestUpdate();
365 }
366}
367
368void QmitkAbstractMultiWidget::ForceImmediateUpdate(const QString& widgetName)
369{

Callers 15

mainFunction · 0.45
StartRegionGrowingMethod · 0.45
AddPointMethod · 0.45
EnoughPointsMethod · 0.45
StartRegionGrowingMethod · 0.45
mainFunction · 0.45
ItkImageProcessingMethod · 0.45
RequestUpdateMethod · 0.45
OnViewSeriesMethod · 0.45
OnSelectionChangedMethod · 0.45

Calls 1

RequestUpdateMethod · 0.45

Tested by 9

DeleteLabelInternalMethod · 0.36
RemoveGroupInternalMethod · 0.36
CreateOpacityActionMethod · 0.36
OnClearLabelsMethod · 0.36
OnAddLabelInstanceMethod · 0.36
OnClearLabelMethod · 0.36