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

Method axisLabelsFontColorChanged

src/frontend/dockwidgets/AxisDock.cpp:1794–1798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1792 ui.kfrLabelsFont->setFont(newFont);
1793}
1794void AxisDock::axisLabelsFontColorChanged(const QColor& color) {
1795 CONDITIONAL_LOCK_RETURN;
1796 updateAxisColor();
1797 ui.kcbLabelsFontColor->setColor(color);
1798}
1799void AxisDock::axisLabelsBackgroundTypeChanged(Axis::LabelsBackgroundType type) {
1800 CONDITIONAL_LOCK_RETURN;
1801 ui.cbLabelsBackgroundType->setCurrentIndex(static_cast<int>(type));

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected