11
12
15
18 m_associatedEnum = enume;
22
23
24
25
26
37
38
39
46
47
50
51
52
53
54
void addChild(Node *child)
Adds the child to this node's child list and sets the child's parent pointer to this Aggregate.
Node * clone(Aggregate *parent) override
Clone this node on the heap and make the clone a child of parent.
bool isInAPI() const override
Extends the base implementation to test whether an associated enum is in the API.
Node * clone(Aggregate *parent) override
Clone this node on the heap and make the clone a child of parent.
The Node class is the base class for all the nodes in QDoc's parse tree.
virtual bool isInAPI() const
void setParent(Aggregate *n)
Sets the node's parent pointer to n.