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

Method toleranceChanged

src/frontend/dockwidgets/XYDataReductionCurveDock.cpp:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void XYDataReductionCurveDock::toleranceChanged(double value) {
468 m_dataReductionData.tolerance = value;
469 enableRecalculate();
470}
471
472void XYDataReductionCurveDock::autoTolerance2Changed() {
473 const auto autoTolerance2 = (bool)uiGeneralTab.chkAuto2->isChecked();

Callers 1

initGeneralTabMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected