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

Method setRugEnabled

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

Source from the content-addressed store, hash-verified

577// margin plots
578STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugEnabled, bool, rugEnabled, updateRug)
579void BoxPlot::setRugEnabled(bool enabled) {
580 Q_D(BoxPlot);
581 if (enabled != d->rugEnabled)
582 exec(new BoxPlotSetRugEnabledCmd(d, enabled, ki18n("%1: change rug enabled")));
583}
584
585STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugWidth, double, rugWidth, updatePixmap)
586void BoxPlot::setRugWidth(double width) {

Callers 4

rugEnabledChangedMethod · 0.45
rugEnabledChangedMethod · 0.45
rugEnabledChangedMethod · 0.45
rugEnabledChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected