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

Method aspectDescriptionChanged

src/backend/core/AspectTreeModel.cpp:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void AspectTreeModel::aspectDescriptionChanged(const AbstractAspect* aspect) {
349 Q_EMIT dataChanged(modelIndexOfAspect(aspect), modelIndexOfAspect(aspect, 3));
350}
351
352void AspectTreeModel::aspectAboutToBeAdded(const AbstractAspect* parent, const AbstractAspect* before, const AbstractAspect* /*child*/) {
353 int index = parent->indexOfChild<AbstractAspect>(before);

Callers 1

resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected