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

Method AbstractColumn

src/backend/core/AbstractColumn.cpp:68–71  ·  view source on GitHub ↗

* \brief Ctor * * \param name the column name (= aspect name) */

Source from the content-addressed store, hash-verified

66 * \param name the column name (= aspect name)
67 */
68AbstractColumn::AbstractColumn(const QString& name, AspectType type)
69 : AbstractAspect(name, type)
70 , d(new AbstractColumnPrivate(this)) {
71}
72
73AbstractColumn::~AbstractColumn() {
74 Q_EMIT aboutToBeDestroyed(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected