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

Method ShowMenu

Modules/QtWidgets/src/QmitkRenderWindowMenu.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void QmitkRenderWindowMenu::ShowMenu()
220{
221 MITK_DEBUG << "menu showMenu";
222 this->show();
223 this->raise();
224}
225
226void QmitkRenderWindowMenu::HideMenu()
227{

Callers 2

enterEventMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected