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

Method goTo

YACReader/goto_flow_toolbar.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void GoToFlowToolBar::goTo()
124{
125 unsigned int page = edit->text().toInt();
126 if (page >= 1 && page <= v->top()) {
127 emit goToPage(page - 1);
128 }
129}
130
131void GoToFlowToolBar::centerSlide()
132{

Callers

nothing calls this directly

Calls 1

textMethod · 0.80

Tested by

no test coverage detected