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

Method onMenuZoomOut

YUViewLib/src/ui/Mainwindow.h:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 v->zoomIn(checked);
102 }
103 void onMenuZoomOut(bool checked)
104 {
105 const auto v = this->getCurrentActiveView();
106 if (v)
107 v->zoomOut(checked);
108 }
109 void onMenuZoomTo50(bool checked)
110 {
111 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
zoomOutMethod · 0.80

Tested by

no test coverage detected