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

Method onMenuZoomIn

YUViewLib/src/ui/Mainwindow.h:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 v->zoomToFit(checked);
96 }
97 void onMenuZoomIn(bool checked)
98 {
99 const auto v = this->getCurrentActiveView();
100 if (v)
101 v->zoomIn(checked);
102 }
103 void onMenuZoomOut(bool checked)
104 {
105 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomInMethod · 0.80

Tested by

no test coverage detected