13 :
Node(
Node::SharedComment, parent, group)
15 m_collective.reserve(count);
19
20
21
24 for (
auto *node : m_collective) {
25 if (node->isFunction())
26 static_cast<FunctionNode *>(node)->setOverloadFlag();
31
32
33
34
35
46
47
48
52 for (
auto *node : m_collective)
53 node->setRelatedNonmember(value);
void addChild(Node *child)
Adds the child to this node's child list and sets the child's parent pointer to this Aggregate.
virtual void setRelatedNonmember(bool b)
Sets a flag in the node indicating whether this node is a related nonmember of something.
void setParent(Aggregate *n)
Sets the node's parent pointer to n.
LinkType
An unsigned char value that probably should be moved out of the Node base class.
Combined button and popup list for selecting options.