MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / rowCount

Method rowCount

src/gui/UBFeaturesWidget.cpp:1448–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1446}
1447
1448int UBFeaturesModel::rowCount(const QModelIndex &parent) const
1449{
1450 if (parent.isValid() || !featuresList)
1451 return 0;
1452 else
1453 return featuresList->size();
1454}
1455
1456bool UBFeaturesProxyModel::filterAcceptsRow( int sourceRow, const QModelIndex & sourceParent )const
1457{

Callers 3

addDocumentToZipMethod · 0.45
getFileNamesInFoldersMethod · 0.45
onDownloadUpdatedMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected