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

Method columnCountChanged

src/frontend/dockwidgets/SpreadsheetDock.cpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void SpreadsheetDock::columnCountChanged(int columns) {
131 CONDITIONAL_LOCK_RETURN;
132
133 for (auto* spreadsheet : m_spreadsheetList)
134 spreadsheet->setColumnCount(columns);
135}
136
137/*!
138 enable/disable the comment header in the views of the selected spreadsheets.

Callers

nothing calls this directly

Calls 1

setColumnCountMethod · 0.45

Tested by

no test coverage detected