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

Method columnCount

tools/monitor/MonitorDataModel.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230int
231MonitorDataModel::columnCount( const QModelIndex& parent) const
232{
233 return this->getNode( parent)->width();
234}
235
236bool
237MonitorDataModel::setData(

Callers 1

clearDataMethod · 0.80

Calls 2

getNodeMethod · 0.95
widthMethod · 0.80

Tested by

no test coverage detected