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

Method rotationChanged

src/frontend/widgets/ValueWidget.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void ValueWidget::rotationChanged(int v) {
247 CONDITIONAL_LOCK_RETURN;
248
249 for (auto* value : m_values)
250 value->setRotationAngle(v);
251}
252
253void ValueWidget::opacityChanged(int value) {
254 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setRotationAngleMethod · 0.45

Tested by

no test coverage detected