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

Method labelsFontColorChanged

src/frontend/dockwidgets/AxisDock.cpp:1499–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497}
1498
1499void AxisDock::labelsFontColorChanged(const QColor& color) {
1500 CONDITIONAL_LOCK_RETURN;
1501
1502 for (auto* axis : m_axesList)
1503 axis->setLabelsColor(color);
1504
1505 updateAxisColor();
1506}
1507
1508void AxisDock::labelsBackgroundTypeChanged(int index) {
1509 auto type = Axis::LabelsBackgroundType(index);

Callers

nothing calls this directly

Calls 1

setLabelsColorMethod · 0.80

Tested by

no test coverage detected