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

Method selectedIndexes

YACReaderLibrary/yacreader_comics_selection_helper.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91QList<QModelIndex> YACReaderComicsSelectionHelper::selectedIndexes() const
92{
93 return _selectionModel->selectedIndexes();
94}
95
96int YACReaderComicsSelectionHelper::numItemsSelected() const
97{

Callers 9

mouseMoveEventMethod · 0.80
mousePressEventMethod · 0.80
addNewReadingListMethod · 0.80
showRenameCurrentListMethod · 0.80
moveUpCLMethod · 0.80
moveDownCLMethod · 0.80
removeSelectedComicsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected