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

Method setComment

src/backend/core/AbstractAspect.cpp:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void AbstractAspect::setComment(const QString& value) {
246 if (value == d->m_comment)
247 return;
248 exec(new PropertyChangeCommand<QString>(i18n("%1: change comment", d->m_name), &d->m_comment, value),
249 "aspectDescriptionAboutToChange",
250 "aspectDescriptionChanged",
251 QArgument<const AbstractAspect*>("const AbstractAspect*", this));
252}
253
254void AbstractAspect::setCreationTime(const QDateTime& time) {
255 d->m_creation_time = time;

Callers 12

commentChangedMethod · 0.80
saveSettingsMethod · 0.80
importToSpreadsheetMethod · 0.80
setDataMethod · 0.80
loadNotebookMethod · 0.80
configureSpreadsheetMethod · 0.80
loadSpreadsheetMethod · 0.80
loadWorksheetMethod · 0.80
loadNoteMethod · 0.80
readDataFromFileMethod · 0.80
readDataFromFileMethod · 0.80
finalizeImportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected