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

Method setPointSeparation

src/backend/datapicker/DatapickerImage.cpp:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void DatapickerImage::setPointSeparation(const int value) {
478 Q_D(DatapickerImage);
479 d->pointSeparation = value;
480}
481
482void DatapickerImage::referencePointSelected(const DatapickerPoint* point) {
483 const auto& points = children<DatapickerPoint>(AbstractAspect::ChildIndexFlag::IncludeHidden);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected