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

Method setPrecision

src/backend/matrix/Matrix.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307STD_SETTER_CMD_IMPL_S(Matrix, SetPrecision, int, precision)
308void Matrix::setPrecision(int precision) {
309 Q_D(Matrix);
310 if (precision != d->precision)
311 exec(new MatrixSetPrecisionCmd(d, precision, ki18n("%1: precision changed")));
312}
313
314// TODO: make this undoable?
315void Matrix::setHeaderFormat(Matrix::HeaderFormat format) {

Callers 2

precisionChangedMethod · 0.45
precisionChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected