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

Method jitteringEnabledChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:504–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void BoxPlotDock::jitteringEnabledChanged(bool state) {
505 CONDITIONAL_LOCK_RETURN;
506
507 for (auto* boxPlot : m_boxPlots)
508 boxPlot->setJitteringEnabled(state);
509}
510
511// whiskers
512void BoxPlotDock::whiskersTypeChanged(int index) {

Callers

nothing calls this directly

Calls 1

setJitteringEnabledMethod · 0.80

Tested by

no test coverage detected