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

Method getTabByName

bt_editor/mainwindow.cpp:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563GraphicContainer *MainWindow::getTabByName(const QString &tab_name)
564{
565 auto it = _tab_info.find( tab_name );
566 return (it != _tab_info.end()) ? (it->second) : nullptr;
567}
568
569
570void MainWindow::lockEditing(bool locked)

Callers 6

createSubtreeMethod · 0.80
onNodeCreatedMethod · 0.80
getAbstractTreeMethod · 0.80
renameTabsMethod · 0.80
testSubtreeMethod · 0.80

Calls

no outgoing calls

Tested by 4

getAbstractTreeMethod · 0.64
renameTabsMethod · 0.64
testSubtreeMethod · 0.64