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

Method setBinWidth

src/backend/worksheet/plots/cartesian/Histogram.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443STD_SETTER_CMD_IMPL_F_S(Histogram, SetBinWidth, double, binWidth, recalc)
444void Histogram::setBinWidth(double width) {
445 Q_D(Histogram);
446 if (width != d->binWidth)
447 exec(new HistogramSetBinWidthCmd(d, width, ki18n("%1: set bin width")));
448}
449
450class HistogramSetAutoBinRangesCmd : public QUndoCommand {
451public:

Callers 2

binWidthChangedMethod · 0.80
loadCurvesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected