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

Method tolerance2Changed

src/frontend/dockwidgets/XYDataReductionCurveDock.cpp:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void XYDataReductionCurveDock::tolerance2Changed(double value) {
484 m_dataReductionData.tolerance2 = value;
485 enableRecalculate();
486}
487
488void XYDataReductionCurveDock::recalculateClicked() {
489 // show a progress bar in the status bar

Callers 1

initGeneralTabMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected