| 243 | } |
| 244 | |
| 245 | void 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 |
| 253 | void KDEPlotDock::rugEnabledChanged(bool state) { |
nothing calls this directly
no test coverage detected