Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRay3D/GERBER_X3
/ parentItem
Method
parentItem
file_plugins/gerber/compnode.cpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
ComponentsNode* ComponentsNode::child(int row) { return childItems.value(row).data(); }
63
64
ComponentsNode* ComponentsNode::parentItem() { return m_parentItem; }
65
66
void ComponentsNode::setChild(int row, ComponentsNode* item)
67
{
Callers
1
parent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected