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

Method rowCount

plugins/widgetinspector/widget3dwindowmodel.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85int Widget3DWindowModel::rowCount(const QModelIndex &parent) const
86{
87 return parent.isValid() ? 0 : mNodes.size();
88}
89
90int Widget3DWindowModel::columnCount(const QModelIndex &) const
91{

Callers 1

populateMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected