MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / addCheckerOutput

Method addCheckerOutput

MiniZincIDE/outputwidget.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void OutputWidget::addCheckerOutput(const QVariantMap& output, const QStringList& order)
281{
282 for (auto& it : order) {
283 _checkerOutput.append({it, output[it]});
284 }
285}
286
287void OutputWidget::addText(const QString& text, const QString& messageType) {
288 addText(text, QTextCharFormat(), messageType);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected