#include <skTreeNode.h>
Inheritance diagram for skTreeNodeList:

Public Member Functions | |
| skTreeNodeList () | |
| Constructs a blank list. | |
| skTreeNodeList (const skTreeNodeList &list) | |
| Creates a list which is a deep copy of another list. | |
| virtual | ~skTreeNodeList () |
| Destroys list and its children. | |
| skTreeNode * | findItem (const skString &label) const |
| Searches for a child item with the given label. | |
| skTreeNode * | findItem (const skString &label, const skString &data) const |
| Searches for a child item with the given label and data. | |
| skTreeNode * | nthElt (USize i) const |
| Returns the nth child from this list. | |
| skTreeNodeList & | operator= (const skTreeNodeList &list) |
| This method performs a deep copy from another list. | |
|
|
Creates a list which is a deep copy of another list.
|
|
||||||||||||
|
Searches for a child item with the given label and data.
|
|
|
Searches for a child item with the given label.
|
|
|
Returns the nth child from this list.
|
|
|
This method performs a deep copy from another list.
|
1.3