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

Method bandwidthChanged

src/frontend/dockwidgets/KDEPlotDock.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void KDEPlotDock::bandwidthChanged(double value) {
246 CONDITIONAL_LOCK_RETURN;
247
248 for (auto* plot : m_plots)
249 plot->setBandwidth(value);
250}
251
252//"Margin Plots"-Tab
253void KDEPlotDock::rugEnabledChanged(bool state) {

Callers

nothing calls this directly

Calls 1

setBandwidthMethod · 0.80

Tested by

no test coverage detected