Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ children
Method
children
kdevplatform/project/projectmodel.cpp:184–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
QList< ProjectBaseItem* > ProjectBaseItem::children() const
185
{
186
Q_D(const ProjectBaseItem);
187
return d->children;
188
}
189
190
ProjectBaseItem* ProjectBaseItem::takeRow(int row)
191
{
Callers
14
openProject
Method · 0.45
addProblem
Method · 0.45
rebuild
Method · 0.45
index
Function · 0.45
testRootNode
Method · 0.45
testChildren
Method · 0.45
forEachFile
Function · 0.45
renameBaseItem
Method · 0.45
propagateRename
Method · 0.45
hasFileOrFolder
Method · 0.45
topItems
Method · 0.45
rowCount
Method · 0.45
Calls
no outgoing calls
Tested by
3
testRootNode
Method · 0.36
testChildren
Method · 0.36
findFileItems
Function · 0.36