MCPcopy 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
65void GoToFlowWidget::centerSlide(int slide)
66{
67 if (flow->centerIndex() != slide) {
68 flow->setCenterIndex(slide);
69 }
70}
71
72void GoToFlowWidget::setPageNumber(int page)
73{

Callers 3

keyPressEventMethod · 0.45
animateShowGoToFlowMethod · 0.45
animateHideGoToFlowMethod · 0.45

Calls 2

centerIndexMethod · 0.45
setCenterIndexMethod · 0.45

Tested by

no test coverage detected