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

Method setFunction

src/backend/worksheet/plots/cartesian/XYFunctionCurve.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136};
137
138void XYFunctionCurve::setFunction(const QString& function, const QStringList& variableNames, const QVector<const XYCurve*>& curves) {
139 Q_D(XYFunctionCurve);
140 exec(new CurveSetGlobalFunctionCmd(d, function, variableNames, curves));
141}
142
143/**
144 * \brief Clears the function used to generate column values

Callers 13

recalculateClickedMethod · 0.80
redoMethod · 0.80
undoMethod · 0.80
XmlReadFunctionMethod · 0.80
addFunctionCurveMethod · 0.80
xyFunctionCurveMethod · 0.80
setCurvesMethod · 0.80
removeCurvesMethod · 0.80
removeColumnFromCurveMethod · 0.80
saveLoadMethod · 0.80
importDataMethod · 0.80

Calls 6

FunctionDataClass · 0.85
appendMethod · 0.80
curveMethod · 0.80
clearMethod · 0.45
countMethod · 0.45
recalculateMethod · 0.45

Tested by 8

xyFunctionCurveMethod · 0.64
setCurvesMethod · 0.64
removeCurvesMethod · 0.64
removeColumnFromCurveMethod · 0.64
saveLoadMethod · 0.64
importDataMethod · 0.64