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

Method setSecondColor

src/backend/worksheet/Background.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247STD_SETTER_CMD_IMPL_F_S(Background, SetSecondColor, QColor, secondColor, update)
248void Background::setSecondColor(const QColor& color) {
249 Q_D(Background);
250 if (color != d->secondColor)
251 exec(new BackgroundSetSecondColorCmd(d, color, ki18n("%1: set background second color")));
252}
253
254STD_SETTER_CMD_IMPL_F_S(Background, SetFileName, QString, fileName, update)
255void Background::setFileName(const QString& fileName) {

Callers 3

secondColorChangedMethod · 0.80
loadWorksheetMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected