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

Method setNumericFormat

src/backend/matrix/Matrix.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300STD_SETTER_CMD_IMPL_S(Matrix, SetNumericFormat, char, numericFormat)
301void Matrix::setNumericFormat(char format) {
302 Q_D(Matrix);
303 if (format != d->numericFormat)
304 exec(new MatrixSetNumericFormatCmd(d, format, ki18n("%1: numeric format changed")));
305}
306
307STD_SETTER_CMD_IMPL_S(Matrix, SetPrecision, int, precision)
308void Matrix::setPrecision(int precision) {

Callers 6

numericFormatChangedMethod · 0.45
typeChangedMethod · 0.45
numericFormatChangedMethod · 0.45
numericFormatChangedMethod · 0.45
loadMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected