MCPcopy 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}
859unsigned int Render::numPages()
860{
861 return comic->numPages();
862}
863
864QByteArray Render::getRawPage(int page) const
865{

Callers 15

goToLastPageMethod · 0.45
currentVisiblePagesMethod · 0.45
grabMagnifiedRegionMethod · 0.45
updateInformationMethod · 0.45
getIndexMethod · 0.45
getCurrentPageNumberMethod · 0.45
updateComicMethod · 0.45
onPageAvailableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected