| 313 | |
| 314 | STD_SETTER_CMD_IMPL_F_S(BarPlot, SetWidthFactor, double, widthFactor, recalc) |
| 315 | void BarPlot::setWidthFactor(double widthFactor) { |
| 316 | Q_D(BarPlot); |
| 317 | if (widthFactor != d->widthFactor) |
| 318 | exec(new BarPlotSetWidthFactorCmd(d, widthFactor, ki18n("%1: width factor changed"))); |
| 319 | } |
| 320 | |
| 321 | // ############################################################################## |
| 322 | // ################################# SLOTS #################################### |
no outgoing calls
no test coverage detected