|
ARB
|
#include "AP_TreeSet.hxx"
Go to the source code of this file.
Functions | |
| void | collect_enclosing_groups (AP_tree *node, AP_tree_set &groups) |
| void | collect_contained_groups (AP_tree *node, AP_tree_set &groups) |
| void collect_enclosing_groups | ( | AP_tree * | node, |
| AP_tree_set & | groups | ||
| ) |
Definition at line 15 of file AP_TreeSet.cxx.
References TreeNode::has_group_info(), TreeNode::is_keeled_group(), TreeNode::is_leaf(), and TreeNode::keelTarget().
Referenced by AWT_graphic_tree::auto_unfold().
| void collect_contained_groups | ( | AP_tree * | node, |
| AP_tree_set & | groups | ||
| ) |
Definition at line 36 of file AP_TreeSet.cxx.
References collect_contained_groups(), TreeNode::has_group_info(), and TreeNode::is_leaf().
Referenced by collect_contained_groups().
1.8.8