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

Method RequestUpdate

Modules/QtWidgets/src/QmitkAbstractMultiWidget.cpp:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void QmitkAbstractMultiWidget::RequestUpdate(const QString& widgetName)
352{
353 RenderWindowWidgetPointer renderWindowWidget = GetRenderWindowWidget(widgetName);
354 if (nullptr != renderWindowWidget)
355 {
356 return renderWindowWidget->RequestUpdate();
357 }
358}
359
360void QmitkAbstractMultiWidget::RequestUpdateAll()
361{

Callers 1

RequestUpdateAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected