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

Method showStatusMessage

src/openms_gui/source/VISUAL/APPLICATIONS/TOPPASBase.cpp:940–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938 }
939
940 void TOPPASBase::showStatusMessage(const string& msg, OpenMS::UInt time)
941 {
942 if (time == 0)
943 {
944 message_label_->setText(msg.c_str());
945 statusBar()->update();
946 }
947 else
948 {
949 statusBar()->showMessage(msg.c_str(), time);
950 }
951 QApplication::processEvents();
952 }
953
954 void TOPPASBase::showCursorStatus(double /*x*/, double /*y*/)
955 {

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected