| 525 | |
| 526 | STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetVariableWidth, bool, variableWidth, recalc) |
| 527 | void BoxPlot::setVariableWidth(bool variableWidth) { |
| 528 | Q_D(BoxPlot); |
| 529 | if (variableWidth != d->variableWidth) |
| 530 | exec(new BoxPlotSetVariableWidthCmd(d, variableWidth, ki18n("%1: variable width changed"))); |
| 531 | } |
| 532 | |
| 533 | STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetWidthFactor, double, widthFactor, recalc) |
| 534 | void BoxPlot::setWidthFactor(double widthFactor) { |
no outgoing calls
no test coverage detected