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

Method pointsVisibilityChanged

src/frontend/widgets/DatapickerImageWidget.cpp:514–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514void DatapickerImageWidget::pointsVisibilityChanged(bool state) {
515 CONDITIONAL_LOCK_RETURN;
516
517 for (auto* image : m_imagesList)
518 image->setPointVisibility(state);
519}
520
521void DatapickerImageWidget::intensitySpanChanged(int lowerLimit, int upperLimit) {
522 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setPointVisibilityMethod · 0.45

Tested by

no test coverage detected