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

Method handleAspectCountChanged

src/backend/spreadsheet/SpreadsheetModel.cpp:409–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void SpreadsheetModel::handleAspectCountChanged() {
410 if (m_suppressSignals)
411 return;
412
413 m_columnCount = m_spreadsheet->columnCount();
414 updateHorizontalHeader(false);
415}
416
417void SpreadsheetModel::handleDescriptionChange(const AbstractAspect* aspect) {
418 if (m_suppressSignals)

Callers

nothing calls this directly

Calls 1

columnCountMethod · 0.45

Tested by

no test coverage detected