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

Method path

src/backend/core/AbstractAspect.cpp:514–516  ·  view source on GitHub ↗

* \brief Return the path that leads from the top-most Aspect (usually a Project) to me. */

Source from the content-addressed store, hash-verified

512 * \brief Return the path that leads from the top-most Aspect (usually a Project) to me.
513 */
514QString AbstractAspect::path() const {
515 return parentAspect() ? parentAspect()->path() + QLatin1Char('/') + name() : QString();
516}
517
518/**
519 * \brief Add the given Aspect to my list of children.

Callers

nothing calls this directly

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected