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

Method appendText

src/openms_gui/source/VISUAL/LogWindow.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void LogWindow::appendText(const QString& text)
45 {
46 moveCursor(QTextCursor::End, QTextCursor::MoveAnchor); // move cursor to end, since text is inserted at cursor
47 insertPlainText(text);
48 // show log window
49 qobject_cast<QWidget*>(this->parent())->show();
50 }
51
52 void LogWindow::appendNewHeader(const LogWindow::LogState state, const String& heading, const String& body)
53 {

Callers 2

annotateWorker_Method · 0.80
updateProcessLogMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected