MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / append

Method append

src/Gui/PythonConsole.cpp:1669–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667}
1668
1669void ConsoleHistory::append(const QString& item)
1670{
1671 _history.append(item);
1672 // reset iterator to make the next history
1673 // access begin with the latest item.
1674 _it = _history.cend();
1675}
1676
1677const QStringList& ConsoleHistory::values() const
1678{

Callers 6

pushMethod · 0.45
keyPressEventMethod · 0.45
printStatementMethod · 0.45
runSourceFromMimeDataMethod · 0.45
readlineMethod · 0.45
loadHistoryMethod · 0.45

Calls 1

cendMethod · 0.80

Tested by

no test coverage detected