KaxTreeNode Methods |
The KaxTreeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CheckChildNodes |
Checks all child nodes of the current node.
|
![]() |
Clone |
Creates a copy of the current KaxTreeNode object.
|
![]() |
CollapseChildNodes |
Collapses recursively all child nodes of the node.
|
![]() |
CollapseParentNodes |
Expands all parent nodes of the node.
|
![]() |
ExpandChildNodes |
Expands all child nodes of the node.
|
![]() |
ExpandParentNodes |
Expands all parent nodes of the node.
|
![]() |
GetAllNodes |
Gets a linear list of all nodes in the KaxTreeNode.
|
![]() |
GetFullPath |
Returns the full path (location) of the node delimited by the specified character.
|
![]() |
InsertAfter |
Inserts a node after the current node.
|
![]() |
InsertBefore |
Inserts a node before the current node.
|
![]() |
IsAncestorOf |
Checks if the current node is ancestor of another node.
|
![]() |
IsDescendantOf |
Checks if the current node is descendant of another node node.
|
![]() ![]() |
Remove |
Removes the node from the Nodes collection of its parent
|
![]() |
Toggle |
Toggles Expand/Collapse state of the node.
|
![]() |
UncheckChildNodes |
Unchecks all child nodes of the current node.
|