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

Method onMenuZoomToFit

YUViewLib/src/ui/Mainwindow.h:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 v->resetView(checked);
90 }
91 void onMenuZoomToFit(bool checked)
92 {
93 const auto v = this->getCurrentActiveView();
94 if (v)
95 v->zoomToFit(checked);
96 }
97 void onMenuZoomIn(bool checked)
98 {
99 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomToFitMethod · 0.80

Tested by

no test coverage detected