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

Method UpdateStatusBar

Modules/QtWidgets/src/QmitkRenderWindow.cpp:529–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void QmitkRenderWindow::UpdateStatusBar(mitk::Point2D pointerPositionOnScreen)
530{
531 mitk::Point3D worldPosition;
532 m_Renderer->ForceImmediateUpdate();
533 m_Renderer->DisplayToWorld(pointerPositionOnScreen, worldPosition);
534 auto statusBar = mitk::StatusBar::GetInstance();
535 statusBar->DisplayRendererInfo(worldPosition, m_Renderer->GetTime());
536}

Callers 1

eventMethod · 0.95

Calls 4

DisplayToWorldMethod · 0.80
DisplayRendererInfoMethod · 0.80
GetTimeMethod · 0.80
ForceImmediateUpdateMethod · 0.45

Tested by

no test coverage detected