Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRay3D/GERBER_X3
/ addChild
Method
addChild
static_libs/filetree/ft_node.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void Node::addChild(Node* item)
85
{
86
item->m_parent = this;
87
childs.resize(childs.size() + 1);
88
childs.back().reset(item);
89
}
90
91
void Node::remove(int row) { childs.takeAt(row); }
92
Callers
4
updateFileModel
Method · 0.45
TreeWidget
Method · 0.45
addFile
Method · 0.45
addShape
Method · 0.45
Calls
2
size
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected