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

Method saturationSpanChanged

src/frontend/widgets/DatapickerImageWidget.cpp:551–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void DatapickerImageWidget::saturationSpanChanged(int lowerLimit, int upperLimit) {
552 CONDITIONAL_LOCK_RETURN;
553
554 auto settings = m_image->settings();
555 settings.saturationThresholdHigh = upperLimit;
556 settings.saturationThresholdLow = lowerLimit;
557 for (auto* image : m_imagesList)
558 image->setSettings(settings);
559}
560
561void DatapickerImageWidget::valueSpanChanged(int lowerLimit, int upperLimit) {
562 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setSettingsMethod · 0.80

Tested by

no test coverage detected