Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ setNumPages
Method
setNumPages
YACReader/render.cpp:879–882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
877
}
878
879
void Render::setNumPages(unsigned int numPages)
880
{
881
pagesReady.fill(false, numPages);
882
}
883
884
void Render::pageRawDataReady(int page)
885
{
Callers
5
usesCenterPageForNormalProgress
Method · 0.45
doesNotReportLastPageWhenLessThanHalfIsVisible
Method · 0.45
reportsLastPageWhenAtLeastHalfIsVisible
Method · 0.45
setContinuousScrollImpl
Method · 0.45
onNumPagesReady
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected