Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
int ProjectBaseItem::rowCount() const
271
{
272
Q_D(const ProjectBaseItem);
273
return d->children.count();
274
}
275
276
int ProjectBaseItem::type() const
277
{
Callers
14
validate
Method · 0.45
addJobItems
Method · 0.45
findItemChild
Function · 0.45
clear
Method · 0.45
index
Method · 0.45
debugItemModel
Function · 0.45
testCreateFileSystemItems
Method · 0.45
testCreateTargetItems
Method · 0.45
testChangeWithProxyModel
Method · 0.45
testCreateSimpleHierarchy
Method · 0.45
testItemSanity
Method · 0.45
testProjectProxyModel
Method · 0.45
Calls
2
count
Method · 0.45
itemFromIndex
Method · 0.45
Tested by
9
debugItemModel
Function · 0.36
testCreateFileSystemItems
Method · 0.36
testCreateTargetItems
Method · 0.36
testChangeWithProxyModel
Method · 0.36
testCreateSimpleHierarchy
Method · 0.36
testItemSanity
Method · 0.36
testProjectProxyModel
Method · 0.36
addBigTreeDelayed
Method · 0.36
addItemDelayed
Method · 0.36