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

Method setColorStyle

src/backend/worksheet/Background.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219STD_SETTER_CMD_IMPL_F_S(Background, SetColorStyle, Background::ColorStyle, colorStyle, update)
220void Background::setColorStyle(Background::ColorStyle style) {
221 Q_D(Background);
222 if (style != d->colorStyle)
223 exec(new BackgroundSetColorStyleCmd(d, style, ki18n("%1: background color style changed")));
224}
225
226STD_SETTER_CMD_IMPL_F_S(Background, SetImageStyle, Background::ImageStyle, imageStyle, update)
227void Background::setImageStyle(Background::ImageStyle style) {

Callers 3

colorStyleChangedMethod · 0.80
loadWorksheetMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected