| 306 | |
| 307 | STD_SETTER_CMD_IMPL_F_S(BarPlot, SetOrientation, BarPlot::Orientation, orientation, recalc) |
| 308 | void BarPlot::setOrientation(BarPlot::Orientation orientation) { |
| 309 | Q_D(BarPlot); |
| 310 | if (orientation != d->orientation) |
| 311 | exec(new BarPlotSetOrientationCmd(d, orientation, ki18n("%1: set orientation"))); |
| 312 | } |
| 313 | |
| 314 | STD_SETTER_CMD_IMPL_F_S(BarPlot, SetWidthFactor, double, widthFactor, recalc) |
| 315 | void BarPlot::setWidthFactor(double widthFactor) { |
no outgoing calls
no test coverage detected