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

Method onMenuZoomTo50

YUViewLib/src/ui/Mainwindow.h:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 v->zoomOut(checked);
108 }
109 void onMenuZoomTo50(bool checked)
110 {
111 const auto v = this->getCurrentActiveView();
112 if (v)
113 v->zoomTo50(checked);
114 }
115 void onMenuZoomTo100(bool checked)
116 {
117 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomTo50Method · 0.80

Tested by

no test coverage detected