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

Method labelsOpacityChanged

src/frontend/dockwidgets/AxisDock.cpp:1528–1534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528void AxisDock::labelsOpacityChanged(int value) {
1529 CONDITIONAL_LOCK_RETURN;
1530
1531 qreal opacity{value / 100.};
1532 for (auto* axis : m_axesList)
1533 axis->setLabelsOpacity(opacity);
1534}
1535
1536//*************************************************************
1537//************ SLOTs for changes triggered in Axis ************

Callers

nothing calls this directly

Calls 1

setLabelsOpacityMethod · 0.80

Tested by

no test coverage detected