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

Method toggleSparklines

src/frontend/spreadsheet/SpreadsheetView.cpp:1152–1156  ·  view source on GitHub ↗

! toggles the column spark line in the horizontal header */

Source from the content-addressed store, hash-verified

1150 toggles the column spark line in the horizontal header
1151*/
1152void SpreadsheetView::toggleSparklines() {
1153 bool state = !m_spreadsheet->showSparklines();
1154 m_spreadsheet->setShowSparklines(state);
1155 showSparklines(state);
1156}
1157
1158//! Shows (\c on=true) or hides (\c on=false) the column comments in the horizontal header
1159void SpreadsheetView::showComments(bool on) {

Callers

nothing calls this directly

Calls 2

setShowSparklinesMethod · 0.80
showSparklinesMethod · 0.45

Tested by

no test coverage detected