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

Method setType

src/backend/worksheet/Background.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212STD_SETTER_CMD_IMPL_F_S(Background, SetType, Background::Type, type, update)
213void Background::setType(Background::Type type) {
214 Q_D(Background);
215 if (type != d->type)
216 exec(new BackgroundSetTypeCmd(d, type, ki18n("%1: background type changed")));
217}
218
219STD_SETTER_CMD_IMPL_F_S(Background, SetColorStyle, Background::ColorStyle, colorStyle, update)
220void Background::setColorStyle(Background::ColorStyle style) {

Calls

no outgoing calls