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

Method setYEnd

src/backend/matrix/Matrix.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293STD_SETTER_CMD_IMPL_F_S(Matrix, SetYEnd, double, yEnd, updateViewHeader)
294void Matrix::setYEnd(double yEnd) {
295 Q_D(Matrix);
296 if (yEnd != d->yEnd)
297 exec(new MatrixSetYEndCmd(d, yEnd, ki18n("%1: y-end changed")));
298}
299
300STD_SETTER_CMD_IMPL_S(Matrix, SetNumericFormat, char, numericFormat)
301void Matrix::setNumericFormat(char format) {

Callers 1

yEndChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected