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

Method brushStyleChanged

src/frontend/widgets/BackgroundWidget.cpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void BackgroundWidget::brushStyleChanged(int index) {
283 CONDITIONAL_LOCK_RETURN;
284
285 auto style = (Qt::BrushStyle)index;
286 for (auto* background : m_backgrounds)
287 background->setBrushStyle(style);
288}
289
290void BackgroundWidget::firstColorChanged(const QColor& c) {
291 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setBrushStyleMethod · 0.80

Tested by

no test coverage detected