Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
int
231
MonitorDataModel::columnCount( const QModelIndex& parent) const
232
{
233
return this->getNode( parent)->width();
234
}
235
236
bool
237
MonitorDataModel::setData(
Callers
1
clearData
Method · 0.80
Calls
2
getNode
Method · 0.95
width
Method · 0.80
Tested by
no test coverage detected