MCPcopy Create free account
hub / github.com/KDE/labplot / setYStart

Method setYStart

src/backend/matrix/Matrix.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285
286STD_SETTER_CMD_IMPL_F_S(Matrix, SetYStart, double, yStart, updateViewHeader)
287void 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
293STD_SETTER_CMD_IMPL_F_S(Matrix, SetYEnd, double, yEnd, updateViewHeader)
294void Matrix::setYEnd(double yEnd) {

Callers 1

yStartChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected