Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ comment
Method
comment
src/backend/core/AbstractAspect.cpp:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
QString AbstractAspect::comment() const {
242
return d->m_comment;
243
}
244
245
void AbstractAspect::setComment(const QString& value) {
246
if (value == d->m_comment)
Callers
14
datasetDescription
Method · 0.80
curveDescriptionChanged
Method · 0.80
aspectDescriptionChanged
Method · 0.80
updateNameDescriptionWidgets
Method · 0.80
worksheetDescriptionChanged
Method · 0.80
setPlots
Method · 0.80
setNotebooks
Method · 0.80
plotDescriptionChanged
Method · 0.80
setAspects
Method · 0.80
aspectDescriptionChanged
Method · 0.80
setImages
Method · 0.80
data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected