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

Method rugEnabledChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:550–555  ·  view source on GitHub ↗

"Margin Plots"-Tab

Source from the content-addressed store, hash-verified

548
549//"Margin Plots"-Tab
550void BoxPlotDock::rugEnabledChanged(bool state) {
551 CONDITIONAL_LOCK_RETURN;
552
553 for (auto* curve : std::as_const(m_boxPlots))
554 curve->setRugEnabled(state);
555}
556
557void BoxPlotDock::rugLengthChanged(double value) const {
558 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setRugEnabledMethod · 0.45

Tested by

no test coverage detected