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

Method parent

kdevplatform/sublime/areaindex.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225AreaIndex *AreaIndex::parent() const
226{
227 Q_D(const AreaIndex);
228
229 return d->parent;
230}
231
232void AreaIndex::setParent(AreaIndex *parent)
233{

Callers 6

operator()Method · 0.45
viewAddedMethod · 0.45
aboutToRemoveViewMethod · 0.45
topViewsMethod · 0.45
fetchToolBarForMethod · 0.45
printIndentationMethod · 0.45

Calls

no outgoing calls

Tested by 2

fetchToolBarForMethod · 0.36
printIndentationMethod · 0.36