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

Method setParent

kdevplatform/sublime/areaindex.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void AreaIndex::setParent(AreaIndex *parent)
233{
234 Q_D(AreaIndex);
235
236 d->parent = parent;
237}
238
239AreaIndex *AreaIndex::first() const
240{

Callers 15

addRuntimesMethod · 0.45
~KeepAliveWidgetMethod · 0.45
addProjectMethod · 0.45
AreaDisplayMethod · 0.45
addChildFunction · 0.45
removeViewMethod · 0.45
AreaIndexMethod · 0.45
copyChildrenToMethod · 0.45
operator()Method · 0.45
clearAreaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected