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

Method sparklinesShownChanged

src/frontend/dockwidgets/SpreadsheetDock.cpp:149–154  ·  view source on GitHub ↗

! enable/disable the sparkline header in the views of the selected spreadsheets. */

Source from the content-addressed store, hash-verified

147 enable/disable the sparkline header in the views of the selected spreadsheets.
148*/
149void SpreadsheetDock::sparklinesShownChanged(bool state) {
150 CONDITIONAL_LOCK_RETURN;
151
152 for (auto* spreadsheet : m_spreadsheetList)
153 spreadsheet->setShowSparklines(state);
154}
155
156void SpreadsheetDock::linkingChanged(bool linking) {
157 ui.sbRowCount->setEnabled(!linking);

Callers

nothing calls this directly

Calls 1

setShowSparklinesMethod · 0.80

Tested by

no test coverage detected