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

Method onMenuResetView

YUViewLib/src/ui/Mainwindow.h:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 void closeAndClearSettings();
84
85 void onMenuResetView(bool checked)
86 {
87 const auto v = this->getCurrentActiveView();
88 if (v)
89 v->resetView(checked);
90 }
91 void onMenuZoomToFit(bool checked)
92 {
93 const auto v = this->getCurrentActiveView();

Callers

nothing calls this directly

Calls 2

getCurrentActiveViewMethod · 0.95
resetViewMethod · 0.80

Tested by

no test coverage detected