#include <vdktreeview.h>
|
Constructor
|
|
return node presently visited |
|
Returns true if presently visited node has a child. TIP: Since iterator incremental operator skips on next sibling node, you can use this to visit all tree nodes on depth-first strategy using recursion. See example below taken from /testvdk/treeviewcompo.cc:
|
|
Returns true if presently visited node is valid |
|
Incremental operator (infix), visit next sibling node |
|
Incremental operator (postfix), visit next sibling node |