| 285 | |
| 286 | STD_SETTER_CMD_IMPL_F_S(Matrix, SetYStart, double, yStart, updateViewHeader) |
| 287 | void Matrix::setYStart(double yStart) { |
| 288 | Q_D(Matrix); |
| 289 | if (yStart != d->yStart) |
| 290 | exec(new MatrixSetYStartCmd(d, yStart, ki18n("%1: y-start changed"))); |
| 291 | } |
| 292 | |
| 293 | STD_SETTER_CMD_IMPL_F_S(Matrix, SetYEnd, double, yEnd, updateViewHeader) |
| 294 | void Matrix::setYEnd(double yEnd) { |