ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros
shapeconst.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SHAPENAME   "SHAPE"
 
#define SHAPE_MAJOR_VERSION   1 /* current version numbers */
 
#define SHAPE_MINOR_VERSION   1
 
#define ShapeSet   0
 
#define ShapeUnion   1
 
#define ShapeIntersect   2
 
#define ShapeSubtract   3
 
#define ShapeInvert   4
 
#define ShapeBounding   0
 
#define ShapeClip   1
 
#define ShapeInput   2
 
#define ShapeNotifyMask   (1L << 0)
 
#define ShapeNotify   0
 
#define ShapeNumberEvents   (ShapeNotify + 1)
 

Macro Definition Documentation

#define SHAPE_MAJOR_VERSION   1 /* current version numbers */

Definition at line 37 of file shapeconst.h.

#define SHAPE_MINOR_VERSION   1

Definition at line 38 of file shapeconst.h.

#define ShapeBounding   0

Definition at line 46 of file shapeconst.h.

Referenced by TGX11::ShapeCombineMask().

#define ShapeClip   1

Definition at line 47 of file shapeconst.h.

#define ShapeInput   2

Definition at line 48 of file shapeconst.h.

#define ShapeIntersect   2

Definition at line 42 of file shapeconst.h.

#define ShapeInvert   4

Definition at line 44 of file shapeconst.h.

#define SHAPENAME   "SHAPE"

Definition at line 35 of file shapeconst.h.

#define ShapeNotify   0

Definition at line 51 of file shapeconst.h.

#define ShapeNotifyMask   (1L << 0)

Definition at line 50 of file shapeconst.h.

#define ShapeNumberEvents   (ShapeNotify + 1)

Definition at line 53 of file shapeconst.h.

#define ShapeSet   0

Definition at line 40 of file shapeconst.h.

Referenced by TGX11::ShapeCombineMask().

#define ShapeSubtract   3

Definition at line 43 of file shapeconst.h.

#define ShapeUnion   1

Definition at line 41 of file shapeconst.h.