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

Method setProjectChanged

src/backend/core/AbstractAspect.cpp:505–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void AbstractAspect::setProjectChanged(bool changed) {
506 auto* p = project();
507 if (p)
508 p->setChanged(changed);
509}
510
511/**
512 * \brief Return the path that leads from the top-most Aspect (usually a Project) to me.

Callers 4

plotRangeChangedMethod · 0.80
addLabelMethod · 0.80
removeLabelMethod · 0.80
batchEditLabelsMethod · 0.80

Calls 1

setChangedMethod · 0.45

Tested by

no test coverage detected