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

Method rowCount

src/frontend/spreadsheet/SpreadsheetCommentsHeaderModel.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46int SpreadsheetCommentsHeaderModel::rowCount(const QModelIndex& /*parent*/) const {
47 return m_spreadsheet_model->rowCount();
48}
49
50int SpreadsheetCommentsHeaderModel::columnCount(const QModelIndex& /*parent*/) const {
51 return m_spreadsheet_model->columnCount();

Callers 15

datasetRowsMethod · 0.45
resultCopyMethod · 0.45
showFitResultMethod · 0.45
resultCopyAllMethod · 0.45
updateLocaleMethod · 0.45
loadMethod · 0.45
loadConfigMethod · 0.45
setColumnsMethod · 0.45
showValueLabelsMethod · 0.45
updateCutoffSpinBoxesMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected