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

Method logTOPPOutput

src/openms_gui/source/VISUAL/TOPPASScene.cpp:1335–1351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333 }
1334
1335 void TOPPASScene::logTOPPOutput(const QString& out)
1336 {
1337 TOPPASToolVertex* sender = qobject_cast<TOPPASToolVertex*>(QObject::sender());
1338 if (!sender)
1339 {
1340 //return;
1341 }
1342 String text = String(out);
1343
1344 if (!gui_)
1345 {
1346 std::cout << std::endl << text << std::endl;
1347 }
1348 emit messageReady(out); // let TOPPAS know about it
1349
1350 writeToLogFile_(text.toQString());
1351 }
1352
1353 void TOPPASScene::logToolStarted()
1354 {

Callers 1

runMethod · 0.80

Calls 2

StringClass · 0.50
toQStringMethod · 0.45

Tested by

no test coverage detected