MCPcopy Create free account
hub / github.com/YACReader/yacreader / fitToPageSwitch

Method fitToPageSwitch

YACReader/main_window_viewer.cpp:1809–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1807}
1808
1809void MainWindowViewer::fitToPageSwitch()
1810{
1811 Configuration::getConfiguration().setFitMode(YACReader::FitMode::FullPage);
1812 viewer->setZoomFactor(100);
1813 viewer->updatePage();
1814}
1815
1816void MainWindowViewer::resetZoomLevel()
1817{

Callers

nothing calls this directly

Calls 3

setFitModeMethod · 0.80
updatePageMethod · 0.80
setZoomFactorMethod · 0.45

Tested by

no test coverage detected