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

Method AbstractPart

src/backend/core/AbstractPart.cpp:26–28  ·  view source on GitHub ↗

* \class AbstractPart * \brief Base class of Aspects with MDI windows as views (AspectParts). */

Source from the content-addressed store, hash-verified

24 * \brief Base class of Aspects with MDI windows as views (AspectParts).
25 */
26AbstractPart::AbstractPart(const QString& name, AspectType type)
27 : AbstractAspect(name, type) {
28}
29
30AbstractPart::~AbstractPart() {
31#ifndef SDK

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected