| 1133 | }; |
| 1134 | |
| 1135 | void CartesianPlot::setRect(const QRectF& rect) { |
| 1136 | Q_D(CartesianPlot); |
| 1137 | if (rect != d->rect) |
| 1138 | exec(new CartesianPlotSetRectCmd(d, rect)); |
| 1139 | } |
| 1140 | |
| 1141 | class CartesianPlotSetPrevRectCmd : public QUndoCommand { |
| 1142 | public: |
no outgoing calls
no test coverage detected