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

Method valuesPositionChanged

src/frontend/dockwidgets/XYCurveDock.cpp:752–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752void XYCurveDock::valuesPositionChanged(int index) {
753 CONDITIONAL_LOCK_RETURN;
754
755 for (auto* curve : m_curvesList)
756 curve->setValuesPosition(XYCurve::ValuesPosition(index));
757}
758
759void XYCurveDock::valuesDistanceChanged(double value) {
760 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 2

setValuesPositionMethod · 0.80
ValuesPositionEnum · 0.50

Tested by

no test coverage detected