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

Method itemAt

kdevplatform/project/projectmodel.cpp:1053–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053ProjectBaseItem* ProjectModel::itemAt(int row) const
1054{
1055 Q_D(const ProjectModel);
1056
1057 return d->rootItem->child(row);
1058}
1059
1060QList< ProjectBaseItem* > ProjectModel::topItems() const
1061{

Callers 6

initTestCaseMethod · 0.80
slotItemCompletedMethod · 0.80
applyOrderToLayoutMethod · 0.80
takeOrderFromLayoutMethod · 0.80
~ViewBarContainerMethod · 0.80
itemsMethod · 0.80

Calls 1

childMethod · 0.45

Tested by 1

initTestCaseMethod · 0.64