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

Method selectNone

src/frontend/dockwidgets/StatisticsSpreadsheetDock.cpp:124–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void StatisticsSpreadsheetDock::selectNone() {
125 StatisticsSpreadsheet::Metrics metrics;
126 for (const auto& metric : m_mappingComboBoxMetric)
127 metrics.setFlag(metric, false);
128
129 for (auto* spreadsheet : m_spreadsheets)
130 spreadsheet->setMetrics(metrics);
131
132 load();
133}
134
135void StatisticsSpreadsheetDock::retranslateUi() {
136}

Callers

nothing calls this directly

Calls 1

setMetricsMethod · 0.80

Tested by

no test coverage detected