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

Method setAnchorPage

YACReader/continuous_view_model.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ContinuousViewModel::setAnchorPage(int page)
64{
65 if (page < 0 || page >= numPagesValue) {
66 return;
67 }
68
69 anchorPage = page;
70}
71
72void ContinuousViewModel::setCurrentPage(int page)
73{

Callers 6

goToMethod · 0.80
onContinuousScrollMethod · 0.80
onNumPagesReadyMethod · 0.80
onRenderPageChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected