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

Method child

kdevplatform/project/projectmodel.cpp:175–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175ProjectBaseItem* ProjectBaseItem::child( int row ) const
176{
177 Q_D(const ProjectBaseItem);
178 if( row < 0 || row >= d->children.length() ) {
179 return nullptr;
180 }
181 return d->children.at( row );
182}
183
184QList< ProjectBaseItem* > ProjectBaseItem::children() const
185{

Callers 15

findNodeMethod · 0.45
childEventMethod · 0.45
findNodeMethod · 0.45
addProblemMethod · 0.45
clearMethod · 0.45
testChildrenMethod · 0.45
checkDiagnodesFunction · 0.45
testPathGroupingMethod · 0.45
testSeverityGroupingMethod · 0.45
indexMethod · 0.45
addJobItemsMethod · 0.45
findItemChildFunction · 0.45

Calls 2

lengthMethod · 0.45
atMethod · 0.45

Tested by 5

testChildrenMethod · 0.36
checkDiagnodesFunction · 0.36
testPathGroupingMethod · 0.36
testSeverityGroupingMethod · 0.36
testItemSanityMethod · 0.36