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

Function child

kdevplatform/shell/problemstorenode.h:90–93  ·  view source on GitHub ↗

Returns a particular child node

Source from the content-addressed store, hash-verified

88
89 /// Returns a particular child node
90 ProblemStoreNode* child(int row) const
91 {
92 return m_children[row];
93 }
94
95 /// Returns the list of children nodes
96 const QVector<ProblemStoreNode*>& children() const{

Callers 12

setInScopeMethod · 0.85
resetChangedMethod · 0.85
reinstallMethod · 0.85
updateLocalsMethod · 0.85
removeRowsMethod · 0.85
folderListMethod · 0.85
targetListMethod · 0.85
fileListMethod · 0.85
propagateStateMethod · 0.85
refreshStateMethod · 0.85
handleUpdateMethod · 0.85
fileListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected