MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / showStatusMessage

Method showStatusMessage

src/openms_gui/source/VISUAL/APPLICATIONS/TOPPViewBase.cpp:1032–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030 }
1031
1032 void TOPPViewBase::showStatusMessage(const string& msg, OpenMS::UInt time)
1033 {
1034 if (time == 0)
1035 {
1036 message_label_->setText(msg.c_str());
1037 statusBar()->update();
1038 }
1039 else
1040 {
1041 statusBar()->showMessage(msg.c_str(), time);
1042 }
1043 }
1044
1045 void TOPPViewBase::showCursorStatus(const String& x, const String& y)
1046 {

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected