| 70 | // ############################################################################## |
| 71 | STD_SETTER_CMD_IMPL_F_S(XYSmoothCurve, SetSmoothData, XYSmoothCurve::SmoothData, smoothData, recalculate) |
| 72 | void XYSmoothCurve::setSmoothData(const XYSmoothCurve::SmoothData& smoothData) { |
| 73 | Q_D(XYSmoothCurve); |
| 74 | exec(new XYSmoothCurveSetSmoothDataCmd(d, smoothData, ki18n("%1: set options and perform the smooth"))); |
| 75 | } |
| 76 | |
| 77 | // ############################################################################## |
| 78 | // ######################### Private implementation ############################# |
no outgoing calls