| 598 | |
| 599 | STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugOffset, double, rugOffset, updateRug) |
| 600 | void BoxPlot::setRugOffset(double offset) { |
| 601 | Q_D(BoxPlot); |
| 602 | if (offset != d->rugOffset) |
| 603 | exec(new BoxPlotSetRugOffsetCmd(d, offset, ki18n("%1: change rug offset"))); |
| 604 | } |
| 605 | |
| 606 | // ############################################################################## |
| 607 | // ################################# SLOTS #################################### |
no outgoing calls
no test coverage detected