MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / ComponentsNode

Method ComponentsNode

file_plugins/gerber/compnode.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28const Component dummy;
29
30ComponentsNode::ComponentsNode(const QString& name)
31 : component(dummy)
32 , name(name)
33 , item(nullptr)
34{
35}
36
37ComponentsNode::ComponentsNode(const Component& component)
38 : component(component)

Callers

nothing calls this directly

Calls 4

componentitemMethod · 0.80
boundingRectMethod · 0.45
colorMethod · 0.45
fileMethod · 0.45

Tested by

no test coverage detected