MCPcopy Create free account
hub / github.com/KDAB/GammaRay / rowCount

Method rowCount

plugins/widgetinspector/widget3dsubtreemodel.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397int Widget3DSubtreeModel::rowCount(const QModelIndex &parent) const
398{
399 return parent.isValid() ? 0 : mNodeList.size();
400}
401
402QModelIndex Widget3DSubtreeModel::index(int row, int column, const QModelIndex &parent) const
403{

Callers 4

populateMethod · 0.45
findIndexForObjectMethod · 0.45
sourceRowsInsertedMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected