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

Method pageAtY

YACReader/continuous_view_model.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156int ContinuousViewModel::pageAtY(int y) const
157{
158 return pageAtY(layoutSnapshot, y);
159}
160
161QSize ContinuousViewModel::scaledPageSize(int pageIndex) const
162{

Callers 4

currentVisiblePagesMethod · 0.80
grabMagnifiedRegionMethod · 0.80
paintEventMethod · 0.80
managedPageRangeMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected