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

Method setBackgroundColor

src/backend/note/Note.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141STD_SETTER_CMD_IMPL_S(Note, SetBackgroundColor, QColor, backgroundColor)
142void Note::setBackgroundColor(const QColor& color) {
143 Q_D(Note);
144 if (color != d->backgroundColor)
145 exec(new NoteSetBackgroundColorCmd(d, color, ki18n("%1: set background color")));
146}
147
148STD_SETTER_CMD_IMPL_S(Note, SetTextColor, QColor, textColor)
149void Note::setTextColor(const QColor& color) {

Callers 3

textChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected