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

Public Member Functions | |
| IMPORT_C | skTreeNodeList () |
| Constructs a blank list. | |
| virtual IMPORT_C | ~skTreeNodeList () |
| Destroys list and its children. | |
| IMPORT_C skTreeNode * | findItem (const skString &label) const |
| Searches for a child item with the given label. | |
| IMPORT_C skTreeNode * | findItem (const skString &label, const skString &data) const |
| Searches for a child item with the given label and data. | |
| IMPORT_C skTreeNode * | nthElt (USize i) const |
| Returns the nth child from this list. | |
| IMPORT_C skTreeNodeList & | operator= (const skTreeNodeList &list) |
| This method performs a deep copy from 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