MCPcopy Create free account
hub / github.com/bluescan/tacentview / TreeNode

Method TreeNode

Src/FileDialog.cpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 {
83 public:
84 TreeNode() : Name(), Hidden(false), Parent(nullptr) { }
85 TreeNode(const tString& name, bool hidden, FileDialog* dialog, TreeNode* parent) : Name(name), Hidden(hidden), Dialog(dialog), Parent(parent) { }
86 virtual ~TreeNode() { Contents.Empty(); Children.Empty(); }
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected