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

Method labelsRotationChanged

src/frontend/dockwidgets/AxisDock.cpp:1375–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375void AxisDock::labelsRotationChanged(int value) {
1376 CONDITIONAL_LOCK_RETURN;
1377
1378 for (auto* axis : m_axesList)
1379 axis->setLabelsRotationAngle(value);
1380}
1381
1382void AxisDock::labelsTextTypeChanged(int index) {
1383 if (!m_axis)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected