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

Method lockEditing

bt_editor/mainwindow.cpp:570–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568
569
570void MainWindow::lockEditing(bool locked)
571{
572 for(auto& tab_it: _tab_info)
573 {
574 tab_it.second->lockEditing(locked);
575 }
576}
577
578bool MainWindow::eventFilter(QObject *obj, QEvent *event)
579{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected