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

Method init

bt_editor/mainwindow.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void MainWindow::init()
174{
175 createTab("BehaviorTree");
176 onTabSetMainTree(0);
177 onSceneChanged();
178 _current_state = saveCurrentState();
179}
180
181void MainWindow::closeEvent(QCloseEvent *event)
182{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected