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

Method columnCount

src/backend/spreadsheet/SpreadsheetModel.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254int SpreadsheetModel::columnCount(const QModelIndex& /*parent*/) const {
255 return m_columnCount;
256}
257
258bool SpreadsheetModel::setData(const QModelIndex& index, const QVariant& value, int role) {
259 if (!index.isValid())

Callers 4

SpreadsheetModelMethod · 0.45
suppressSignalsMethod · 0.45
indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected