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

Method leaveEvent

Modules/QtWidgets/src/QmitkRenderWindow.cpp:280–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void QmitkRenderWindow::leaveEvent(QEvent *e)
281{
282 auto statusBar = mitk::StatusBar::GetInstance();
283 statusBar->DisplayGreyValueText("");
284 this->ShowOverlayMessage(false);
285
286 if (nullptr != m_MenuWidget)
287 m_MenuWidget->HideMenu();
288
289 QVTKOpenGLNativeWidget::leaveEvent(e);
290}
291
292void QmitkRenderWindow::resizeGL(int w, int h)
293{

Callers

nothing calls this directly

Calls 3

ShowOverlayMessageMethod · 0.95
HideMenuMethod · 0.80
DisplayGreyValueTextMethod · 0.45

Tested by

no test coverage detected