#include <scilab/modules/gui/src/c/X11/Xaw3d/TreeP.h>
Data Fields | |
| Widget | parent |
| GC | gc |
| Widget * | children |
| int | n_children |
| int | max_children |
| Dimension | bbsubwidth |
| Dimension | bbsubheight |
| Dimension | bbwidth |
| Dimension | bbheight |
| Position | x |
| Position | y |
Definition at line 100 of file TreeP.h.
| Widget _TreeConstraintsPart::parent |
Definition at line 102 of file TreeP.h.
Referenced by ConstraintDestroy(), ConstraintInitialize(), and ConstraintSetValues().
| Widget* _TreeConstraintsPart::children |
Definition at line 105 of file TreeP.h.
Referenced by arrange_subtree(), compute_bounding_box_subtree(), ConstraintDestroy(), ConstraintInitialize(), delete_node(), insert_node(), and set_positions().
Definition at line 106 of file TreeP.h.
Referenced by arrange_subtree(), compute_bounding_box_subtree(), ConstraintDestroy(), ConstraintInitialize(), delete_node(), insert_node(), and set_positions().
| Dimension _TreeConstraintsPart::bbsubwidth |
Definition at line 108 of file TreeP.h.
Referenced by arrange_subtree(), compute_bounding_box_subtree(), and ConstraintInitialize().
| Dimension _TreeConstraintsPart::bbsubheight |
Definition at line 108 of file TreeP.h.
Referenced by arrange_subtree(), compute_bounding_box_subtree(), and ConstraintInitialize().
| Dimension _TreeConstraintsPart::bbwidth |
Definition at line 109 of file TreeP.h.
Referenced by arrange_subtree(), and compute_bounding_box_subtree().
| Dimension _TreeConstraintsPart::bbheight |
Definition at line 109 of file TreeP.h.
Referenced by arrange_subtree(), and compute_bounding_box_subtree().
| Position _TreeConstraintsPart::x |
Definition at line 110 of file TreeP.h.
Referenced by arrange_subtree(), ConstraintInitialize(), and set_positions().
| Position _TreeConstraintsPart::y |
Definition at line 110 of file TreeP.h.
Referenced by arrange_subtree(), ConstraintInitialize(), and set_positions().
1.5.1