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

Method scrollTo

YACReaderLibrary/classic_comics_view.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void ClassicComicsView::scrollTo(const QModelIndex &mi, QAbstractItemView::ScrollHint hint)
232{
233 Q_UNUSED(hint);
234
235 comicFlow->setCenterIndex(mi.row());
236}
237
238void ClassicComicsView::toFullScreen()
239{

Callers 1

updateTableViewMethod · 0.45

Calls 2

setCenterIndexMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected