MCPcopy Create free account
hub / github.com/KDE/kdevelop / rowCount

Method rowCount

kdevplatform/project/projectmodel.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270int ProjectBaseItem::rowCount() const
271{
272 Q_D(const ProjectBaseItem);
273 return d->children.count();
274}
275
276int ProjectBaseItem::type() const
277{

Callers 14

validateMethod · 0.45
addJobItemsMethod · 0.45
findItemChildFunction · 0.45
clearMethod · 0.45
indexMethod · 0.45
debugItemModelFunction · 0.45
testCreateTargetItemsMethod · 0.45
testItemSanityMethod · 0.45
testProjectProxyModelMethod · 0.45

Calls 2

countMethod · 0.45
itemFromIndexMethod · 0.45

Tested by 9

debugItemModelFunction · 0.36
testCreateTargetItemsMethod · 0.36
testItemSanityMethod · 0.36
testProjectProxyModelMethod · 0.36
addBigTreeDelayedMethod · 0.36
addItemDelayedMethod · 0.36