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

Method getIndex

YACReader/viewer.cpp:1789–1795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787}
1788
1789unsigned int Viewer::getIndex()
1790{
1791 if (continuousScroll && continuousViewModel->numPages() > 0) {
1792 return continuousViewModel->readingProgressPage() + 1;
1793 }
1794 return render->getIndex() + 1;
1795}
1796
1797int Viewer::getCurrentPageNumber()
1798{

Callers 8

currentVisiblePagesMethod · 0.45
animateShowGoToFlowMethod · 0.45
animateHideGoToFlowMethod · 0.45
onNumPagesReadyMethod · 0.45
getCurrentPageNumberMethod · 0.45
updateComicMethod · 0.45

Calls 2

readingProgressPageMethod · 0.80
numPagesMethod · 0.45

Tested by

no test coverage detected