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

Method nextInsertAt

MiniZincIDE/outputwidget.cpp:1029–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029QTextCursor OutputWidget::nextInsertAt() const
1030{
1031 if (_solutionBuffer != nullptr) {
1032 QTextCursor cursor(_solutionBuffer);
1033 cursor.movePosition(QTextCursor::End);
1034 return cursor;
1035 }
1036
1037 return _frame->lastCursorPosition();
1038}
1039
1040void OutputWidget::onBrowserContextMenu(const QPoint& pos)
1041{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected