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

Method commentsShownChanged

src/frontend/dockwidgets/SpreadsheetDock.cpp:140–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

138 enable/disable the comment header in the views of the selected spreadsheets.
139*/
140void SpreadsheetDock::commentsShownChanged(bool state) {
141 CONDITIONAL_LOCK_RETURN;
142
143 for (auto* spreadsheet : m_spreadsheetList)
144 spreadsheet->setShowComments(state);
145}
146/*!
147 enable/disable the sparkline header in the views of the selected spreadsheets.
148*/

Callers

nothing calls this directly

Calls 1

setShowCommentsMethod · 0.80

Tested by

no test coverage detected