#include <scilab/modules/gui/src/c/X11/Xaw3d/LayoutP.h>
Collaboration diagram for _Expr:

Data Fields | |
| ExprType | type |
| union { | |
| double constant | |
| struct { | |
| Operator op | |
| ExprPtr left | |
| ExprPtr right | |
| } binary | |
| struct { | |
| Operator op | |
| ExprPtr down | |
| } unary | |
| XrmQuark width | |
| XrmQuark height | |
| XrmQuark variable | |
| } | u |
Definition at line 105 of file LayoutP.h.
| double _Expr::constant |
| struct { ... } _Expr::binary |
| struct { ... } _Expr::unary |
| XrmQuark _Expr::width |
| XrmQuark _Expr::height |
| XrmQuark _Expr::variable |
| union { ... } _Expr::u |
1.5.1