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

Method curveFunctionDataChanged

src/frontend/dockwidgets/XYFunctionCurveDock.cpp:366–369  ·  view source on GitHub ↗

SLOTs for changes triggered in XYCurve General-Tab

Source from the content-addressed store, hash-verified

364//*************************************************************
365// General-Tab
366void XYFunctionCurveDock::curveFunctionDataChanged(const XYFunctionCurve::FunctionData&) {
367 CONDITIONAL_LOCK_RETURN;
368 uiGeneralTab.teFunction->setText(m_functionCurve->function());
369}

Callers

nothing calls this directly

Calls 2

functionMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected