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

Method binRangesMaxChanged

src/frontend/dockwidgets/HistogramDock.cpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410void HistogramDock::binRangesMaxChanged(double value) {
411 CONDITIONAL_RETURN_NO_LOCK;
412
413 for (auto* hist : m_curvesList)
414 hist->setBinRangesMax(value);
415}
416
417void HistogramDock::binRangesMinDateTimeChanged(qint64 value) {
418 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setBinRangesMaxMethod · 0.80

Tested by

no test coverage detected