| 511 | |
| 512 | STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetOrdering, BoxPlot::Ordering, ordering, recalc) |
| 513 | void BoxPlot::setOrdering(BoxPlot::Ordering ordering) { |
| 514 | Q_D(BoxPlot); |
| 515 | if (ordering != d->ordering) |
| 516 | exec(new BoxPlotSetOrderingCmd(d, ordering, ki18n("%1: set ordering"))); |
| 517 | } |
| 518 | |
| 519 | STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetOrientation, BoxPlot::Orientation, orientation, recalc) |
| 520 | void BoxPlot::setOrientation(BoxPlot::Orientation orientation) { |