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

Method Clear

Plugins/org.mitk.gui.qt.application/src/QmitkStatusBar.cpp:56–62  ·  view source on GitHub ↗

* Clear the text in the StatusBar */

Source from the content-addressed store, hash-verified

54 * Clear the text in the StatusBar
55 */
56void QmitkStatusBar::Clear()
57{
58 if (m_StatusBar != nullptr)
59 m_StatusBar->clearMessage();
60 // TODO bug #1357
61 //qApp->processEvents(); // produces crashes!
62}
63
64/**
65 * enable or disable the QSizeGrip

Callers 7

RunMethod · 0.45
RenderPlotMethod · 0.45
DisarmPickModeMethod · 0.45
OnGenerationFinishedMethod · 0.45
StorePresetsMapMethod · 0.45

Calls

no outgoing calls

Tested by 1

RenderPlotMethod · 0.36