| 269 | |
| 270 | STD_SETTER_CMD_IMPL_F_S(KDEPlot, SetBandwidth, double, bandwidth, recalc) |
| 271 | void KDEPlot::setBandwidth(double bandwidth) { |
| 272 | Q_D(KDEPlot); |
| 273 | if (bandwidth != d->bandwidth) |
| 274 | exec(new KDEPlotSetBandwidthCmd(d, bandwidth, ki18n("%1: set bandwidth"))); |
| 275 | } |
| 276 | |
| 277 | // ############################################################################## |
| 278 | // ################################# SLOTS #################################### |
no outgoing calls