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

Method rugEnabledChanged

src/frontend/dockwidgets/HistogramDock.cpp:432–437  ·  view source on GitHub ↗

"Margin Plots"-Tab

Source from the content-addressed store, hash-verified

430
431//"Margin Plots"-Tab
432void HistogramDock::rugEnabledChanged(bool state) {
433 CONDITIONAL_LOCK_RETURN;
434
435 for (auto* curve : std::as_const(m_curvesList))
436 curve->setRugEnabled(state);
437}
438
439void HistogramDock::rugLengthChanged(double value) const {
440 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setRugEnabledMethod · 0.45

Tested by

no test coverage detected