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

Method on_actionEditor_mode_triggered

bt_editor/mainwindow.cpp:1247–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247void MainWindow::on_actionEditor_mode_triggered()
1248{
1249 _current_mode = GraphicMode::EDITOR;
1250 updateCurrentMode();
1251
1252#ifdef ZMQ_FOUND
1253 _monitor_widget->clear();
1254#endif
1255
1256 _replay_widget->clear();
1257}
1258
1259void MainWindow::on_actionMonitor_mode_triggered()
1260{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected