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

Method setRugWidth

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

Source from the content-addressed store, hash-verified

584
585STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugWidth, double, rugWidth, updatePixmap)
586void BoxPlot::setRugWidth(double width) {
587 Q_D(BoxPlot);
588 if (width != d->rugWidth)
589 exec(new BoxPlotSetRugWidthCmd(d, width, ki18n("%1: change rug width")));
590}
591
592STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugLength, double, rugLength, updateRug)
593void BoxPlot::setRugLength(double length) {

Callers 4

rugWidthChangedMethod · 0.45
rugWidthChangedMethod · 0.45
rugWidthChangedMethod · 0.45
rugWidthChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected