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

Method AbstractAspectPrivate

src/backend/core/AbstractAspect.cpp:1210–1214  ·  view source on GitHub ↗

############################################################################## ###################### Private implementation ############################### ##############################################################################

Source from the content-addressed store, hash-verified

1208// ###################### Private implementation ###############################
1209// ##############################################################################
1210AbstractAspectPrivate::AbstractAspectPrivate(AbstractAspect* owner, const QString& name)
1211 : m_name(name.isEmpty() ? QLatin1String("1") : name)
1212 , q(owner) {
1213 m_creation_time = QDateTime::currentDateTime();
1214}
1215
1216AbstractAspectPrivate::~AbstractAspectPrivate() {
1217 for (auto* child : std::as_const(m_children))

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected