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

Method HideMenu

Modules/QtWidgets/src/QmitkRenderWindowMenu.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void QmitkRenderWindowMenu::HideMenu()
227{
228 MITK_DEBUG << "menu hideEvent";
229 this->hide();
230}
231
232void QmitkRenderWindowMenu::paintEvent(QPaintEvent * /*e*/)
233{

Callers 3

leaveEventMethod · 0.80
DeferredHideMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected