Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ itemAt
Method
itemAt
kdevplatform/project/projectmodel.cpp:1053–1058 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1051
}
1052
1053
ProjectBaseItem* ProjectModel::itemAt(int row) const
1054
{
1055
Q_D(const ProjectModel);
1056
1057
return d->rootItem->child(row);
1058
}
1059
1060
QList< ProjectBaseItem* > ProjectModel::topItems() const
1061
{
Callers
6
initTestCase
Method · 0.80
slotItemCompleted
Method · 0.80
applyOrderToLayout
Method · 0.80
takeOrderFromLayout
Method · 0.80
~ViewBarContainer
Method · 0.80
items
Method · 0.80
Calls
1
child
Method · 0.45
Tested by
1
initTestCase
Method · 0.64