#include "bcbutton.h"#include "bcmeter.h"#include "bcpixmap.h"#include "bcresources.h"#include "bcwindow.h"#include "colors.h"#include "fonts.h"#include "vframe.h"#include <string.h>

Go to the source code of this file.
Defines | |
| #define | METER_NORMAL 0 |
| #define | METER_GREEN 1 |
| #define | METER_RED 2 |
| #define | METER_YELLOW 3 |
| #define | METER_WHITE 4 |
| #define | METER_OVER 5 |
| #define | METER_LEFT 0 |
| #define | METER_MID 1 |
| #define | METER_RIGHT 3 |
| #define METER_GREEN 1 |
| #define METER_LEFT 0 |
| #define METER_MID 1 |
Definition at line 21 of file bcmeter.C.
Referenced by BC_Meter::draw_face(), and BC_Meter::region_pixels().
| #define METER_NORMAL 0 |
| #define METER_OVER 5 |
| #define METER_RED 2 |
| #define METER_RIGHT 3 |
Definition at line 22 of file bcmeter.C.
Referenced by BC_Meter::draw_face(), and BC_Meter::region_pixel().
| #define METER_WHITE 4 |
| #define METER_YELLOW 3 |
1.5.5