MCPcopy Create free account
hub / github.com/KDE/labplot / columnCount

Method columnCount

src/backend/matrix/MatrixModel.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167int MatrixModel::columnCount(const QModelIndex& /*parent*/) const {
168 return m_matrix->columnCount();
169}
170
171bool MatrixModel::setData(const QModelIndex& index, const QVariant& value, int role) {
172 if (!index.isValid())

Callers 2

headerDataMethod · 0.45
updateHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected