MCPcopy Create free account
hub / github.com/IENT/YUView / getCurrentActiveView

Method getCurrentActiveView

YUViewLib/src/ui/Mainwindow.cpp:655–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655MoveAndZoomableView *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
664void MainWindow::toggleFullscreen()
665{

Callers 8

onMenuResetViewMethod · 0.95
onMenuZoomToFitMethod · 0.95
onMenuZoomInMethod · 0.95
onMenuZoomOutMethod · 0.95
onMenuZoomTo50Method · 0.95
onMenuZoomTo100Method · 0.95
onMenuZoomTo200Method · 0.95
onMenuZoomToCustomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected