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

Method rotationChanged

src/frontend/widgets/LabelWidget.cpp:1095–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093}
1094
1095void LabelWidget::rotationChanged(int value) {
1096 CONDITIONAL_LOCK_RETURN;
1097
1098 for (auto* label : m_labelsList)
1099 label->setRotationAngle(value);
1100}
1101
1102void LabelWidget::offsetXChanged(double value) {
1103 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setRotationAngleMethod · 0.45

Tested by

no test coverage detected