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

Method Node

static_libs/filetree/ft_node.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace FileTree {
26
27Node::Node(int* id, Type type)
28 : sideStrList(QObject::tr("Top|Bottom").split('|'))
29 , type(type)
30 , m_id(id)
31{
32}
33
34Node::~Node()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected