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

Method setBandwidth

src/backend/worksheet/plots/cartesian/KDEPlot.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270STD_SETTER_CMD_IMPL_F_S(KDEPlot, SetBandwidth, double, bandwidth, recalc)
271void 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 ####################################

Callers 2

bandwidthChangedMethod · 0.80
testKDEPlotRangeMethod · 0.80

Calls

no outgoing calls

Tested by 1

testKDEPlotRangeMethod · 0.64