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

Method selectedRows

YACReaderLibrary/yacreader_comics_selection_helper.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86QModelIndexList YACReaderComicsSelectionHelper::selectedRows(int column) const
87{
88 return _selectionModel->selectedRows(column);
89}
90
91QList<QModelIndex> YACReaderComicsSelectionHelper::selectedIndexes() const
92{

Callers 13

performDragMethod · 0.80
currentIndexMethod · 0.80
numItemsSelectedMethod · 0.80
lastSelectedIndexMethod · 0.80
selectionModelMethod · 0.80
reselectCurrentSourceMethod · 0.80
startDragMethod · 0.80
getCurrentFolderIndexMethod · 0.80
currentFolderPathMethod · 0.80
getSelectedComicsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected