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

Method rugEnabledChanged

src/frontend/dockwidgets/KDEPlotDock.cpp:253–258  ·  view source on GitHub ↗

"Margin Plots"-Tab

Source from the content-addressed store, hash-verified

251
252//"Margin Plots"-Tab
253void KDEPlotDock::rugEnabledChanged(bool state) {
254 CONDITIONAL_LOCK_RETURN;
255
256 for (auto* plot : m_plots)
257 plot->rugCurve()->setRugEnabled(state);
258}
259
260void KDEPlotDock::rugLengthChanged(double value) {
261 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 2

rugCurveMethod · 0.80
setRugEnabledMethod · 0.45

Tested by

no test coverage detected