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

Method currentTabInfo

bt_editor/mainwindow.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556GraphicContainer* MainWindow::currentTabInfo()
557{
558 int index = ui->tabWidget->currentIndex();
559 QString tab_name = ui->tabWidget->tabText(index);
560 return getTabByName(tab_name);
561}
562
563GraphicContainer *MainWindow::getTabByName(const QString &tab_name)
564{

Callers 5

getAbstractTreeMethod · 0.80
undoRedoMethod · 0.80
testSubtreeMethod · 0.80
editTextMethod · 0.80
clearModelsMethod · 0.80

Calls

no outgoing calls

Tested by 5

getAbstractTreeMethod · 0.64
undoRedoMethod · 0.64
testSubtreeMethod · 0.64
editTextMethod · 0.64
clearModelsMethod · 0.64