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

Method valueSpanChanged

src/frontend/widgets/DatapickerImageWidget.cpp:561–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void DatapickerImageWidget::valueSpanChanged(int lowerLimit, int upperLimit) {
562 CONDITIONAL_LOCK_RETURN;
563
564 auto settings = m_image->settings();
565 settings.valueThresholdHigh = upperLimit;
566 settings.valueThresholdLow = lowerLimit;
567 for (auto* image : m_imagesList)
568 image->setSettings(settings);
569}
570
571void DatapickerImageWidget::plotImageTypeChanged(int index) {
572 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setSettingsMethod · 0.80

Tested by

no test coverage detected