defs.h File Reference

File holding the definition of constants and other useful variables used by all classes. More...

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

Go to the source code of this file.

Enumerations

enum  SHAPE_TYPE { RECTANGLE, UNDEFINED_SHAPE }
 Enumeration of all the possible types of shapes. More...
enum  MOUSE_TYPE { PRESS, MOVE, RELEASE }
 Different states of the mouse. More...

Variables

const unsigned int NB_COLORS = 256
 Number of colors in the palette.


Detailed Description

File holding the definition of constants and other useful variables used by all classes.

Author:
LAL ens <ens@lal.in2p3.fr>
Date:
September 2006

Definition in file defs.h.


Enumeration Type Documentation

enum MOUSE_TYPE

Different states of the mouse.

Enumerator:
PRESS 
MOVE 
RELEASE 

Definition at line 22 of file defs.h.

enum SHAPE_TYPE

Enumeration of all the possible types of shapes.

Enumerator:
RECTANGLE 
UNDEFINED_SHAPE 

Definition at line 14 of file defs.h.


Variable Documentation

const unsigned int NB_COLORS = 256

Number of colors in the palette.

Definition at line 18 of file defs.h.

Referenced by Palette::GetColor(), Palette::paintPalette(), and Visu2D::UpdateDataAndPixmap().


Generated on Tue Sep 13 10:10:15 2011 for DrawQt by  doxygen 1.5.6