Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ numPages
Method
numPages
YACReader/render.cpp:859–862 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
return comic->getIndex();
858
}
859
unsigned int Render::numPages()
860
{
861
return comic->numPages();
862
}
863
864
QByteArray Render::getRawPage(int page) const
865
{
Callers
15
goToLastPage
Method · 0.45
currentVisiblePages
Method · 0.45
grabMagnifiedRegion
Method · 0.45
updateInformation
Method · 0.45
setContinuousScrollImpl
Method · 0.45
probeContinuousBufferedPages
Method · 0.45
syncRenderToContinuousReadingProgress
Method · 0.45
syncRenderToContinuousPage
Method · 0.45
getIndex
Method · 0.45
getCurrentPageNumber
Method · 0.45
updateComic
Method · 0.45
onPageAvailable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected