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

Method UpdateAllOverlays

Modules/QtOverlays/src/QmitkOverlayController.cpp:469–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469void QmitkOverlayController::UpdateAllOverlays()
470{
471 for (QmitkOverlay *overlay : m_AllOverlays)
472 {
473 this->UpdateOverlayData(overlay);
474 }
475}
476
477QSize QmitkOverlayController::GetMinimumSizeForWidget(QmitkOverlay::DisplayPosition displayPosition)
478{

Callers

nothing calls this directly

Calls 1

UpdateOverlayDataMethod · 0.95

Tested by

no test coverage detected