MCPcopy Create free account
hub / github.com/IgKh/katvan / zoomOut

Method zoomOut

shell/katvan_previewer.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Previewer::zoomOut()
223{
224 qreal zoom = roundFactor(d_view->effectiveZoom(d_view->currentPage()));
225 setCustomZoom(zoom - 0.05);
226}
227
228void Previewer::zoomOptionSelected(int index)
229{

Callers

nothing calls this directly

Calls 3

roundFactorFunction · 0.85
effectiveZoomMethod · 0.80
currentPageMethod · 0.45

Tested by

no test coverage detected