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

Method onMenuZoomTo100

YUViewLib/src/ui/Mainwindow.h:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 v->zoomTo50(checked);
114 }
115 void onMenuZoomTo100(bool checked)
116 {
117 const auto v = this->getCurrentActiveView();
118 if (v)
119 v->zoomTo100(checked);
120 }
121 void onMenuZoomTo200(bool checked)
122 {
123 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomTo100Method · 0.80

Tested by

no test coverage detected