Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void WorksheetElement::init() {
51
Q_D(WorksheetElement);
52
d->setData(0, static_cast<quint64>(type()));
53
}
54
55
WorksheetElement::~WorksheetElement() {
56
delete m_moveBehindMenu;
Callers
nothing calls this directly
Calls
1
setData
Method · 0.45
Tested by
no test coverage detected