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

Method setPage

YACReader/goto_flow_toolbar.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void GoToFlowToolBar::setPage(int pageNumber)
112{
113 edit->setText(QString::number(pageNumber + 1));
114 slider->setValue(pageNumber);
115}
116
117void GoToFlowToolBar::setTop(int numPages)
118{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected