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

Method setText

src/backend/note/Note.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133/* ============================ setter methods and undo commands ================= */
134STD_SETTER_CMD_IMPL_S(Note, SetText, QString, text)
135void Note::setText(const QString& text) {
136 Q_D(Note);
137 if (text != d->text)
138 exec(new NoteSetTextCmd(d, text, ki18n("%1: set text")));
139}
140
141STD_SETTER_CMD_IMPL_S(Note, SetBackgroundColor, QColor, backgroundColor)
142void Note::setBackgroundColor(const QColor& color) {

Callers 15

parseDataMethod · 0.45
loadFolderMethod · 0.45
loadGraphLayerMethod · 0.45
loadAxisMethod · 0.45
loadNoteMethod · 0.45
addPlotMethod · 0.45

Calls

no outgoing calls