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

Method setNotchesEnabled

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

Source from the content-addressed store, hash-verified

539
540STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetNotchesEnabled, bool, notchesEnabled, recalc)
541void BoxPlot::setNotchesEnabled(bool notchesEnabled) {
542 Q_D(BoxPlot);
543 if (notchesEnabled != d->notchesEnabled)
544 exec(new BoxPlotSetNotchesEnabledCmd(d, notchesEnabled, ki18n("%1: changed notches")));
545}
546
547// whiskers
548STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetWhiskersType, BoxPlot::WhiskersType, whiskersType, recalc)

Callers 1

notchesEnabledChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected