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

Method curveSmoothDataChanged

src/frontend/dockwidgets/XYSmoothCurveDock.cpp:424–430  ·  view source on GitHub ↗

SLOTs for changes triggered in XYCurve General-Tab

Source from the content-addressed store, hash-verified

422//*************************************************************
423// General-Tab
424void XYSmoothCurveDock::curveSmoothDataChanged(const XYSmoothCurve::SmoothData& smoothData) {
425 CONDITIONAL_LOCK_RETURN;
426 m_smoothData = smoothData;
427 uiGeneralTab.cbType->setCurrentIndex(m_smoothData.type);
428
429 this->showSmoothResult();
430}

Callers

nothing calls this directly

Calls 2

showSmoothResultMethod · 0.95
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected