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

Method init

src/backend/worksheet/WorksheetElement.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void WorksheetElement::init() {
51 Q_D(WorksheetElement);
52 d->setData(0, static_cast<quint64>(type()));
53}
54
55WorksheetElement::~WorksheetElement() {
56 delete m_moveBehindMenu;

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.45

Tested by

no test coverage detected