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

Method firstColorChanged

src/frontend/widgets/BackgroundWidget.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void BackgroundWidget::firstColorChanged(const QColor& c) {
291 CONDITIONAL_LOCK_RETURN;
292
293 for (auto* background : m_backgrounds)
294 background->setFirstColor(c);
295}
296
297void BackgroundWidget::secondColorChanged(const QColor& c) {
298 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setFirstColorMethod · 0.80

Tested by

no test coverage detected