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. |
Definition in file defs.h.
enum MOUSE_TYPE |
enum SHAPE_TYPE |
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().