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

Method setJitteringEnabled

src/backend/worksheet/plots/cartesian/BoxPlot.cpp:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569// Symbols
570STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetJitteringEnabled, bool, jitteringEnabled, recalc)
571void BoxPlot::setJitteringEnabled(bool enabled) {
572 Q_D(BoxPlot);
573 if (enabled != d->jitteringEnabled)
574 exec(new BoxPlotSetJitteringEnabledCmd(d, enabled, ki18n("%1: jitterring changed")));
575}
576
577// margin plots
578STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugEnabled, bool, rugEnabled, updateRug)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected