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

Method setCurrentIndex

YACReaderLibrary/info_comics_view.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void InfoComicsView::setCurrentIndex(const QModelIndex &index)
116{
117 if (list != nullptr) {
118 QQmlProperty(list, "currentIndex").write(index.row());
119 }
120
121 setCurrentIndex(index.row());
122}
123
124void InfoComicsView::setCurrentIndex(int index)
125{

Callers 15

restoreOptionsMethod · 0.45
populateCombosMethod · 0.45
createPublishingBoxMethod · 0.45
loadComicMethod · 0.45
setComicsMethod · 0.45
closeEventMethod · 0.45
restoreOptionsMethod · 0.45
selectedFolderMethod · 0.45
selectedListMethod · 0.45
loadIndexFromHistoryMethod · 0.45
selectSubfolderMethod · 0.45
LibraryWindowMethod · 0.45

Calls 4

writeMethod · 0.80
rowMethod · 0.45
clearMethod · 0.45
selectIndexMethod · 0.45

Tested by

no test coverage detected