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

Method recalculateClicked

src/frontend/dockwidgets/XYSmoothCurveDock.cpp:405–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void XYSmoothCurveDock::recalculateClicked() {
406 for (auto* curve : m_curvesList)
407 static_cast<XYSmoothCurve*>(curve)->setSmoothData(m_smoothData);
408
409 uiGeneralTab.pbRecalculate->setEnabled(false);
410 Q_EMIT info(i18n("Smoothing status: %1", m_smoothCurve->result().status));
411}
412
413/*!
414 * show the result and details of the smooth

Callers

nothing calls this directly

Calls 2

setSmoothDataMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected