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

Method setImageStyle

src/backend/worksheet/Background.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226STD_SETTER_CMD_IMPL_F_S(Background, SetImageStyle, Background::ImageStyle, imageStyle, update)
227void Background::setImageStyle(Background::ImageStyle style) {
228 Q_D(Background);
229 if (style != d->imageStyle)
230 exec(new BackgroundSetImageStyleCmd(d, style, ki18n("%1: background image style changed")));
231}
232
233STD_SETTER_CMD_IMPL_F_S(Background, SetBrushStyle, Qt::BrushStyle, brushStyle, update)
234void Background::setBrushStyle(Qt::BrushStyle style) {

Callers 2

imageStyleChangedMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected