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

Function parent

kdevplatform/shell/problemstorenode.h:73–75  ·  view source on GitHub ↗

Returns the parent of this node

Source from the content-addressed store, hash-verified

71
72 /// Returns the parent of this node
73 ProblemStoreNode* parent() const{
74 return m_parent;
75 }
76
77 /// Sets the parent of this node
78 void setParent(ProblemStoreNode *parent)

Callers 15

sessionMethod · 0.85
debugSessionMethod · 0.85
deleteConfigurationMethod · 0.85
setCompleteMethod · 0.85
~ProjectBaseItemMethod · 0.85
textMethod · 0.85
setTextMethod · 0.85
isProjectRootMethod · 0.85
populateNodeMethod · 0.85
parentMethod · 0.85
shellutils.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected