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

Method zoomIn

shell/katvan_previewer.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void Previewer::zoomIn()
217{
218 qreal zoom = roundFactor(d_view->effectiveZoom(d_view->currentPage()));
219 setCustomZoom(zoom + 0.05);
220}
221
222void Previewer::zoomOut()
223{

Callers

nothing calls this directly

Calls 3

roundFactorFunction · 0.85
effectiveZoomMethod · 0.80
currentPageMethod · 0.45

Tested by

no test coverage detected