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

Method onMenuZoomTo200

YUViewLib/src/ui/Mainwindow.h:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 v->zoomTo100(checked);
120 }
121 void onMenuZoomTo200(bool checked)
122 {
123 const auto v = this->getCurrentActiveView();
124 if (v)
125 v->zoomTo200(checked);
126 }
127 void onMenuZoomToCustom(bool checked)
128 {
129 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomTo200Method · 0.80

Tested by

no test coverage detected