Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ addChild
Method
addChild
kdevplatform/shell/progresswidget/progressmanager.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void ProgressItem::addChild( ProgressItem *kiddo )
50
{
51
mChildren.insert( kiddo, true );
52
}
53
54
void ProgressItem::removeChild( ProgressItem *kiddo )
55
{
Callers
10
addProblem
Method · 0.80
setProblems
Method · 0.80
addDiagnostics
Function · 0.80
addProblem
Method · 0.80
addProblem
Method · 0.80
SeverityGroupingStrategy
Method · 0.80
addProblem
Method · 0.80
testChildren
Method · 0.80
createProgressItemImpl
Method · 0.80
createPasteStatsWidget
Function · 0.80
Calls
1
insert
Method · 0.45
Tested by
1
testChildren
Method · 0.64