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

Method rowCount

YACReaderLibrary/db/comic_model.cpp:490–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490int ComicModel::rowCount(const QModelIndex &parent) const
491{
492 if (parent.column() > 0)
493 return 0;
494
495 if (!parent.isValid())
496 return _data.count();
497
498 return 0;
499}
500
501QStringList ComicModel::getPaths(const QString &_source)
502{

Callers 15

iterateMethod · 0.45
setModelMethod · 0.45
selectAllMethod · 0.45
updateInfoForIndexMethod · 0.45
setModelMethod · 0.45
loadFolderInfoMethod · 0.45
loadSpecialListInfoMethod · 0.45
loadLabelInfoMethod · 0.45
loadReadingListInfoMethod · 0.45
setModelMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected