_Expr Struct Reference

#include <scilab/modules/gui/src/c/X11/Xaw3d/LayoutP.h>

Collaboration diagram for _Expr:

Collaboration graph
[legend]

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

Detailed Description

Definition at line 105 of file LayoutP.h.


Field Documentation

ExprType _Expr::type

Definition at line 106 of file LayoutP.h.

double _Expr::constant

Definition at line 108 of file LayoutP.h.

Operator _Expr::op

Definition at line 110 of file LayoutP.h.

ExprPtr _Expr::left

Definition at line 111 of file LayoutP.h.

ExprPtr _Expr::right

Definition at line 111 of file LayoutP.h.

struct { ... } _Expr::binary

ExprPtr _Expr::down

Definition at line 115 of file LayoutP.h.

struct { ... } _Expr::unary

XrmQuark _Expr::width

Definition at line 117 of file LayoutP.h.

XrmQuark _Expr::height

Definition at line 118 of file LayoutP.h.

XrmQuark _Expr::variable

Definition at line 119 of file LayoutP.h.

union { ... } _Expr::u


The documentation for this struct was generated from the following file:
Generated on Sun Mar 4 16:14:32 2007 for Scilab [trunk] by  doxygen 1.5.1