MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / rowCount

Method rowCount

tools/monitor/MonitorDataModel.cpp:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220int
221MonitorDataModel::rowCount( const QModelIndex& parent) const
222{
223 if( parent.column() > 0) {
224 return 0;
225 }
226
227 return this->getNode( parent)->size();
228}
229
230int
231MonitorDataModel::columnCount( const QModelIndex& parent) const

Callers

nothing calls this directly

Calls 3

getNodeMethod · 0.95
columnMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected