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

Method labelsBackgroundColorChanged

src/frontend/dockwidgets/AxisDock.cpp:1521–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519}
1520
1521void AxisDock::labelsBackgroundColorChanged(const QColor& color) {
1522 CONDITIONAL_LOCK_RETURN;
1523
1524 for (auto* axis : m_axesList)
1525 axis->setLabelsBackgroundColor(color);
1526}
1527
1528void AxisDock::labelsOpacityChanged(int value) {
1529 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected