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

Method dependsOn

src/backend/core/AbstractAspect.cpp:700–706  ·  view source on GitHub ↗

! * returns the list of all parent aspects (folders and sub-folders) */

Source from the content-addressed store, hash-verified

698 * returns the list of all parent aspects (folders and sub-folders)
699 */
700QVector<AbstractAspect*> AbstractAspect::dependsOn() const {
701 QVector<AbstractAspect*> aspects;
702 if (parentAspect())
703 aspects << parentAspect() << parentAspect()->dependsOn();
704
705 return aspects;
706}
707
708/*!
709 * return the list of all aspect types that can be copy&pasted into the current aspect.

Callers 2

importToMethod · 0.45
selectionChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected