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

Method binRangesMaxDateTimeChanged

src/frontend/dockwidgets/HistogramDock.cpp:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void HistogramDock::binRangesMaxDateTimeChanged(qint64 value) {
425 CONDITIONAL_LOCK_RETURN;
426
427 for (auto* hist : m_curvesList)
428 hist->setBinRangesMax(value);
429}
430
431//"Margin Plots"-Tab
432void HistogramDock::rugEnabledChanged(bool state) {

Callers

nothing calls this directly

Calls 1

setBinRangesMaxMethod · 0.80

Tested by

no test coverage detected