_Box Struct Reference

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

Collaboration diagram for _Box:

Collaboration graph
[legend]

Data Fields

BoxPtr nextSibling
BoxPtr parent
BoxParamsRec params
int size [2]
int natural [2]
BoxType type
union {
   struct {
      BoxPtr   firstChild
      LayoutDirection   dir
   }   box
   struct {
      XrmQuark   quark
      Widget   widget
   }   widget
   struct {
      ExprPtr   expr
   }   glue
   struct {
      XrmQuark   quark
      ExprPtr   expr
   }   variable
u

Detailed Description

Definition at line 138 of file LayoutP.h.


Field Documentation

BoxPtr _Box::nextSibling

Definition at line 139 of file LayoutP.h.

Referenced by ComputeNaturalSizes(), ComputeSizes(), LayoutFreeLayout(), LookupVariable(), PrintBox(), and SetSizes().

BoxPtr _Box::parent

Definition at line 140 of file LayoutP.h.

Referenced by LookupVariable().

BoxParamsRec _Box::params

Definition at line 141 of file LayoutP.h.

Referenced by ComputeNaturalSizes(), and ComputeSizes().

int _Box::size[2]

Definition at line 142 of file LayoutP.h.

Referenced by ComputeSizes(), LayoutLayout(), and SetSizes().

int _Box::natural[2]

Definition at line 143 of file LayoutP.h.

Referenced by ComputeNaturalSizes(), ComputeSizes(), and LayoutGetNaturalSize().

BoxType _Box::type

Definition at line 144 of file LayoutP.h.

Referenced by ComputeNaturalSizes(), ComputeSizes(), and LookupVariable().

BoxPtr _Box::firstChild

Definition at line 147 of file LayoutP.h.

LayoutDirection _Box::dir

Definition at line 148 of file LayoutP.h.

struct { ... } _Box::box

Referenced by ComputeNaturalSizes(), ComputeSizes(), LayoutFreeLayout(), LookupVariable(), PrintBox(), and SetSizes().

XrmQuark _Box::quark

Definition at line 151 of file LayoutP.h.

Widget _Box::widget

Definition at line 152 of file LayoutP.h.

Referenced by ComputeNaturalSizes().

struct { ... } _Box::widget

ExprPtr _Box::expr

Definition at line 155 of file LayoutP.h.

struct { ... } _Box::glue

Referenced by ComputeNaturalSizes().

struct { ... } _Box::variable

Referenced by LookupVariable().

union { ... } _Box::u

Referenced by ComputeNaturalSizes(), ComputeSizes(), LayoutFreeLayout(), LookupVariable(), PrintBox(), and SetSizes().


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