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

Method rugOffsetChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:573–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void BoxPlotDock::rugOffsetChanged(double value) const {
574 CONDITIONAL_RETURN_NO_LOCK;
575
576 const double offset = Worksheet::convertToSceneUnits(value, Worksheet::Unit::Point);
577 for (auto* curve : std::as_const(m_boxPlots))
578 curve->setRugOffset(offset);
579}
580
581//*************************************************************
582//******* SLOTs for changes triggered in BoxPlot ********

Callers

nothing calls this directly

Calls 1

setRugOffsetMethod · 0.45

Tested by

no test coverage detected