| 1170 | }; |
| 1171 | |
| 1172 | void CartesianPlot::setPrevRect(const QRectF& prevRect) { |
| 1173 | Q_D(CartesianPlot); |
| 1174 | exec(new CartesianPlotSetPrevRectCmd(d, prevRect)); |
| 1175 | } |
| 1176 | |
| 1177 | STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetRangeType, CartesianPlot::RangeType, rangeType, rangeChanged) |
| 1178 | void CartesianPlot::setRangeType(RangeType type) { |