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

Method rugLengthChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void BoxPlotDock::rugLengthChanged(double value) const {
558 CONDITIONAL_RETURN_NO_LOCK;
559
560 const double length = Worksheet::convertToSceneUnits(value, Worksheet::Unit::Point);
561 for (auto* curve : std::as_const(m_boxPlots))
562 curve->setRugLength(length);
563}
564
565void BoxPlotDock::rugWidthChanged(double value) const {
566 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setRugLengthMethod · 0.45

Tested by

no test coverage detected