MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / appendTextToApplication

Method appendTextToApplication

src/common/widget/appoutputpane.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void AppOutputPane::appendTextToApplication(const QString &id, const QString &text, OutputPane::OutputFormat format, OutputPane::AppendMode mode)
286{
287 if (d->appPane.contains(id))
288 d->appPane[id]->appendText(text, format, mode);
289 else
290 d->defaultPane->appendText(text, format, mode);
291}
292
293void AppOutputPane::slotCloseOutputPane()
294{

Callers

nothing calls this directly

Calls 2

appendTextMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected