MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / scrollToAndSelect

Method scrollToAndSelect

src/modlistview.cpp:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void ModListView::scrollToAndSelect(const QModelIndex& index)
417{
418 scrollToAndSelect(QModelIndexList{index});
419}
420
421void ModListView::scrollToAndSelect(const QModelIndexList& indexes,
422 const QModelIndex& current)

Callers 2

createEmptyModMethod · 0.80
createSeparatorMethod · 0.80

Calls 3

isValidMethod · 0.45
isEmptyMethod · 0.45
selectMethod · 0.45

Tested by

no test coverage detected