Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ChildNode Class ReferenceChildNode adds to NodeImpl the capability of being a child, this is having siblings.
More...
#include <ChildNode.hpp>
Inheritance diagram for ChildNode
Collaboration diagram for ChildNode:
List of all members.
Detailed Description
ChildNode adds to NodeImpl the capability of being a child, this is having siblings.
Constructor & Destructor Documentation
ChildNode::ChildNode (
|
const ChildNode & other )
|
|
virtual ChildNode::~ChildNode (
|
) [virtual]
|
|
Member Function Documentation
virtual void ChildNode::changed (
|
) [virtual]
|
|
virtual NodeImpl* ChildNode::getNextSibling (
|
) [virtual]
|
|
virtual NodeImpl* ChildNode::getParentNode (
|
) [virtual]
|
|
virtual NodeImpl* ChildNode::getPreviousSibling (
|
) [virtual]
|
|
Member Data Documentation
ChildNode * ChildNode::nextSibling
|
|
ChildNode * ChildNode::previousSibling
|
|
The documentation for this class was generated from the following file:
|