MCPcopy Create free account
hub / github.com/KDAB/GammaRay / columnCount

Method columnCount

plugins/quickinspector/geometryextension/sggeometrymodel.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int GammaRay::SGVertexModel::columnCount(const QModelIndex &parent) const
72{
73 if (!m_geometry || parent.isValid())
74 return 0;
75
76 return m_geometry->attributeCount();
77}
78
79QVariant SGVertexModel::data(const QModelIndex &index, int role) const
80{

Callers 2

setTextColorMethod · 0.45
fetchVerticesMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected