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

Method binWidthChanged

src/frontend/dockwidgets/HistogramDock.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void HistogramDock::binWidthChanged(double width) {
385 CONDITIONAL_RETURN_NO_LOCK;
386
387 for (auto* curve : m_curvesList)
388 curve->setBinWidth(width);
389}
390
391void HistogramDock::autoBinRangesChanged(bool state) {
392 ui.sbBinRangesMin->setEnabled(!state);

Callers

nothing calls this directly

Calls 1

setBinWidthMethod · 0.80

Tested by

no test coverage detected