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

Method onMenuZoomToCustom

YUViewLib/src/ui/Mainwindow.h:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 v->zoomTo200(checked);
126 }
127 void onMenuZoomToCustom(bool checked)
128 {
129 const auto v = this->getCurrentActiveView();
130 if (v)
131 v->zoomToCustom(checked);
132 }
133
134 void openRecentFile();
135

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomToCustomMethod · 0.80

Tested by

no test coverage detected