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

Method AbstractColumnClearMasksCmd

src/backend/core/abstractcolumncommands.cpp:38–42  ·  view source on GitHub ↗

* \brief Ctor */

Source from the content-addressed store, hash-verified

36 * \brief Ctor
37 */
38AbstractColumnClearMasksCmd::AbstractColumnClearMasksCmd(AbstractColumnPrivate* col)
39 : m_col(col) {
40 setText(i18n("%1: clear masks", col->name()));
41 m_copied = false;
42}
43
44/**
45 * \brief Dtor

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected