MCPcopy Create free account
hub / github.com/baldurk/renderdoc / columnCount

Method columnCount

qrenderdoc/Code/QRDUtils.cpp:3923–3926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3921}
3922
3923int StructuredDataItemModel::columnCount(const QModelIndex &parent) const
3924{
3925 return m_ColumnNames.count();
3926}
3927
3928QVariant StructuredDataItemModel::headerData(int section, Qt::Orientation orientation, int role) const
3929{

Callers 1

addGridLinesFunction · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected