| 1368 | } |
| 1369 | |
| 1370 | void CartesianPlot::setRangeDefault(const Dimension dim, const Range<double> range) { |
| 1371 | const int index{defaultCoordinateSystem()->index(dim)}; |
| 1372 | setRange(dim, index, range); |
| 1373 | } |
| 1374 | |
| 1375 | class CartesianPlotSetRangeIndexCmd : public QUndoCommand { |
| 1376 | public: |