| 561 | } |
| 562 | |
| 563 | GraphicContainer *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 | |
| 570 | void MainWindow::lockEditing(bool locked) |
no outgoing calls