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

Method function

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

Source from the content-addressed store, hash-verified

148}
149
150QString XYFunctionCurve::function() const {
151 Q_D(const XYFunctionCurve);
152 return d->function();
153}
154
155const QVector<XYFunctionCurve::FunctionData>& XYFunctionCurve::functionData() const {
156 Q_D(const XYFunctionCurve);

Callers 5

initGeneralTabMethod · 0.80
loadCurvesMethod · 0.80
redoMethod · 0.80
saveLoadMethod · 0.80

Calls

no outgoing calls

Tested by 1

saveLoadMethod · 0.64