| 653 | } |
| 654 | |
| 655 | MoveAndZoomableView *MainWindow::getCurrentActiveView() |
| 656 | { |
| 657 | if (this->ui.tabWidget->currentIndex() == 0) |
| 658 | return this->ui.displaySplitView; |
| 659 | if (this->ui.tabWidget->currentIndex() == 1) |
| 660 | return this->ui.bitstreamAnalysis->getCurrentActiveView(); |
| 661 | return {}; |
| 662 | } |
| 663 | |
| 664 | void MainWindow::toggleFullscreen() |
| 665 | { |
no outgoing calls
no test coverage detected