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

Method headerData

tools/monitor/MonitorDataModel.cpp:206–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206QVariant
207MonitorDataModel::headerData(
208 int section,
209 Qt::Orientation /* orientation */,
210 int role
211) const
212{
213 if( role == Qt::DisplayRole) {
214 return this->root_->column( section);
215 }
216
217 return QVariant();
218}
219
220int
221MonitorDataModel::rowCount( const QModelIndex& parent) const

Callers 1

clearDataMethod · 0.80

Calls 1

columnMethod · 0.80

Tested by

no test coverage detected