MCPcopy Create free account
hub / github.com/dannyedel/dspdfviewer / goForward

Method goForward

dspdfviewer.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void DSPDFViewer::goForward()
141{
142 resetSlideClock();
143 if ( pageNumber() < numberOfPages()-1 )
144 gotoPage(pageNumber()+1);
145}
146
147unsigned int DSPDFViewer::pageNumber() const
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected