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

Method rotationChanged

src/frontend/widgets/DatapickerImageWidget.cpp:578–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void DatapickerImageWidget::rotationChanged(double value) {
579 CONDITIONAL_RETURN_NO_LOCK;
580
581 for (auto* image : m_imagesList)
582 image->setRotationAngle(value);
583}
584
585void DatapickerImageWidget::minSegmentLengthChanged(int value) {
586 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setRotationAngleMethod · 0.45

Tested by

no test coverage detected