| 136 | }; |
| 137 | |
| 138 | void 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 |