Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ centerSlide
Method
centerSlide
YACReader/goto_flow_widget.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void GoToFlowWidget::centerSlide(int slide)
66
{
67
if (flow->centerIndex() != slide) {
68
flow->setCenterIndex(slide);
69
}
70
}
71
72
void GoToFlowWidget::setPageNumber(int page)
73
{
Callers
3
keyPressEvent
Method · 0.45
animateShowGoToFlow
Method · 0.45
animateHideGoToFlow
Method · 0.45
Calls
2
centerIndex
Method · 0.45
setCenterIndex
Method · 0.45
Tested by
no test coverage detected