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

Method index

YACReaderLibrary/db/comic_model.cpp:475–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475QModelIndex ComicModel::index(int row, int column, const QModelIndex &parent)
476 const
477{
478 if (!hasIndex(row, column, parent))
479 return QModelIndex();
480
481 return createIndex(row, column, _data.at(row));
482}
483
484QModelIndex ComicModel::parent(const QModelIndex &index) const
485{

Callers 15

setModelMethod · 0.45
selectIndexMethod · 0.45
deselectIndexMethod · 0.45
isSelectedIndexMethod · 0.45
selectAllMethod · 0.45
updateInfoForIndexMethod · 0.45
rateMethod · 0.45
setReadMethod · 0.45
addToFavoritesMethod · 0.45

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected