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

Method setBrushStyle

src/backend/worksheet/Background.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233STD_SETTER_CMD_IMPL_F_S(Background, SetBrushStyle, Qt::BrushStyle, brushStyle, update)
234void Background::setBrushStyle(Qt::BrushStyle style) {
235 Q_D(Background);
236 if (style != d->brushStyle)
237 exec(new BackgroundSetBrushStyleCmd(d, style, ki18n("%1: background brush style changed")));
238}
239
240STD_SETTER_CMD_IMPL_F_S(Background, SetFirstColor, QColor, firstColor, update)
241void Background::setFirstColor(const QColor& color) {

Callers 3

brushStyleChangedMethod · 0.80
loadBackgroundMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected