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

Method distanceChanged

src/frontend/widgets/ValueWidget.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void ValueWidget::distanceChanged(double v) {
240 CONDITIONAL_RETURN_NO_LOCK;
241
242 for (auto* value : m_values)
243 value->setDistance(Worksheet::convertToSceneUnits(v, Worksheet::Unit::Point));
244}
245
246void ValueWidget::rotationChanged(int v) {
247 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setDistanceMethod · 0.80

Tested by

no test coverage detected