MCPcopy 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

62ComponentsNode* ComponentsNode::child(int row) { return childItems.value(row).data(); }
63
64ComponentsNode* ComponentsNode::parentItem() { return m_parentItem; }
65
66void ComponentsNode::setChild(int row, ComponentsNode* item)
67{

Callers 1

parentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected