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

Method setXStart

src/backend/matrix/Matrix.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272STD_SETTER_CMD_IMPL_F_S(Matrix, SetXStart, double, xStart, updateViewHeader)
273void Matrix::setXStart(double xStart) {
274 Q_D(Matrix);
275 if (xStart != d->xStart)
276 exec(new MatrixSetXStartCmd(d, xStart, ki18n("%1: x-start changed")));
277}
278
279STD_SETTER_CMD_IMPL_F_S(Matrix, SetXEnd, double, xEnd, updateViewHeader)
280void Matrix::setXEnd(double xEnd) {

Callers 1

xStartChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected