Misc.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MAXDIMENSION   ((1 << 31)-1)
#define Max(x, y)   (((x) > (y)) ? (x) : (y))
#define Min(x, y)   (((x) < (y)) ? (x) : (y))
#define AssignMax(x, y)   {if ((y) > (x)) x = (y);}
#define AssignMin(x, y)   {if ((y) < (x)) x = (y);}


Define Documentation

#define AssignMax ( x,
y   )     {if ((y) > (x)) x = (y);}

Definition at line 62 of file Misc.h.

Referenced by ComputeWithForceBars(), DoLayout(), LoopAndRefigureChildren(), MoveGripAdjustment(), and RefigureLocations().

#define AssignMin ( x,
y   )     {if ((y) < (x)) x = (y);}

Definition at line 63 of file Misc.h.

Referenced by AdjustPanedSize(), LoopAndRefigureChildren(), MoveGripAdjustment(), and RefigureLocations().

#define Max ( x,
y   )     (((x) > (y)) ? (x) : (y))

Definition at line 60 of file Misc.h.

#define MAXDIMENSION   ((1 << 31)-1)

Definition at line 58 of file Misc.h.

#define Min ( x,
y   )     (((x) < (y)) ? (x) : (y))

Definition at line 61 of file Misc.h.


Generated on Sun Mar 4 16:04:15 2007 for Scilab [trunk] by  doxygen 1.5.1