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

Method rowCount

src/backend/spreadsheet/SpreadsheetModel.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250int SpreadsheetModel::rowCount(const QModelIndex& /*parent*/) const {
251 return m_rowCount;
252}
253
254int SpreadsheetModel::columnCount(const QModelIndex& /*parent*/) const {
255 return m_columnCount;

Callers 3

SpreadsheetModelMethod · 0.45
suppressSignalsMethod · 0.45
indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected