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

Method secondColorChanged

src/frontend/widgets/BackgroundWidget.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void BackgroundWidget::secondColorChanged(const QColor& c) {
298 CONDITIONAL_LOCK_RETURN;
299
300 for (auto* background : m_backgrounds)
301 background->setSecondColor(c);
302}
303
304void BackgroundWidget::opacityChanged(int value) {
305 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setSecondColorMethod · 0.80

Tested by

no test coverage detected