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

Method precisionChanged

src/frontend/dockwidgets/MatrixDock.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void MatrixDock::precisionChanged(int precision) {
163 CONDITIONAL_LOCK_RETURN;
164
165 for (auto* matrix : m_matrixList)
166 matrix->setPrecision(precision);
167}
168
169void MatrixDock::headerFormatChanged(int value) {
170 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setPrecisionMethod · 0.45

Tested by

no test coverage detected