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

Method Node

shape_plugins/shape/shnode.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace Shapes {
24
25Node::Node(Shape* shape, int* id)
26 : FileTree::Node(id, FileTree::Shape)
27 , shape(shape)
28{
29}
30
31bool Node::setData(const QModelIndex& index, const QVariant& value, int role)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected