MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / clearUndoStacks

Method clearUndoStacks

bt_editor/mainwindow.cpp:993–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993void MainWindow::clearUndoStacks()
994{
995 _undo_stack.clear();
996 _redo_stack.clear();
997 onSceneChanged();
998 onPushUndo();
999}
1000
1001void MainWindow::onCreateAbsBehaviorTree(const AbsBehaviorTree &tree, const QString &bt_name)
1002{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected