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

Method imageStyleChanged

src/frontend/widgets/BackgroundWidget.cpp:274–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void BackgroundWidget::imageStyleChanged(int index) {
275 CONDITIONAL_LOCK_RETURN;
276
277 auto style = (Background::ImageStyle)index;
278 for (auto* background : m_backgrounds)
279 background->setImageStyle(style);
280}
281
282void BackgroundWidget::brushStyleChanged(int index) {
283 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setImageStyleMethod · 0.80

Tested by

no test coverage detected