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

Method rowCount

src/backend/matrix/MatrixModel.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163int MatrixModel::rowCount(const QModelIndex& /*parent*/) const {
164 return m_matrix->rowCount();
165}
166
167int MatrixModel::columnCount(const QModelIndex& /*parent*/) const {
168 return m_matrix->columnCount();

Callers 2

headerDataMethod · 0.45
updateHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected