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

Method pointSeparationChanged

src/frontend/widgets/DatapickerImageWidget.cpp:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void DatapickerImageWidget::pointSeparationChanged(int value) {
593 CONDITIONAL_LOCK_RETURN;
594
595 for (auto* image : m_imagesList)
596 image->setPointSeparation(value);
597}
598
599//*******************************************************************
600//******** SLOTs for changes triggered in DatapickerImage ***********

Callers

nothing calls this directly

Calls 1

setPointSeparationMethod · 0.80

Tested by

no test coverage detected