#include <AppKit.h>#include <InterfaceKit.h>#include <GameKit.h>#include <string.h>#include "C64.h"#include "main.h"Include dependency graph for Display_Be.i:

Go to the source code of this file.
Compounds | |
| class | BitmapView |
| class | C64Screen |
| class | C64Window |
| class | LEDView |
| class | SpeedoView |
Functions | |
| long | ShowRequester (char *str, char *button1, char *button2) |
Variables | |
| const uint32 | MSG_REDRAW = 1 |
| const BRect | DisplayFrame = BRect(0, 0, DISPLAY_X-1, DISPLAY_Y-1) |
| const BRect | WindowFrame = BRect(0, 0, DISPLAY_X-1, DISPLAY_Y-1 + 16) |
| const rgb_color | fill_gray = {208, 208, 208, 0} |
| const rgb_color | shine_gray = {232, 232, 232, 0} |
| const rgb_color | shadow_gray = {152, 152, 152, 0} |
| const int | key_byte [128] |
| const int | key_bit [128] |
| const int8 | Digits [11][8] |
|
||||||||||||||||
|
Definition at line 953 of file Display_Be.i. |
|
|
Initial value: {
{0x3c, 0x66, 0x6e, 0x76, 0x66, 0x66, 0x3c, 0x00},
{0x18, 0x18, 0x38, 0x18, 0x18, 0x18, 0x7e, 0x00},
{0x3c, 0x66, 0x06, 0x0c, 0x30, 0x60, 0x7e, 0x00},
{0x3c, 0x66, 0x06, 0x1c, 0x06, 0x66, 0x3c, 0x00},
{0x06, 0x0e, 0x1e, 0x66, 0x7f, 0x06, 0x06, 0x00},
{0x7e, 0x60, 0x7c, 0x06, 0x06, 0x66, 0x3c, 0x00},
{0x3c, 0x66, 0x60, 0x7c, 0x66, 0x66, 0x3c, 0x00},
{0x7e, 0x66, 0x0c, 0x18, 0x18, 0x18, 0x18, 0x00},
{0x3c, 0x66, 0x66, 0x3c, 0x66, 0x66, 0x3c, 0x00},
{0x3c, 0x66, 0x66, 0x3e, 0x06, 0x66, 0x3c, 0x00},
{0x62, 0x66, 0x0c, 0x18, 0x30, 0x66, 0x46, 0x00},
}
Definition at line 662 of file Display_Be.i. Referenced by C64Screen::DrawSpeedometer(). |
|
|
Definition at line 23 of file Display_Be.i. Referenced by C64Window::C64Window(), and C64Window::MessageReceived(). |
|
|
Definition at line 28 of file Display_Be.i. Referenced by LEDView::Draw(), init_graphics(), LEDView::LEDView(), and SpeedoView::SpeedoView(). |
|
|
Initial value: {
-1, 7, 4, 4, 5, 5, 6, 6,
3, 3, -1, -1, -1, -1, -1, -1,
7, 1, 0, 3, 0, 3, 0, 3,
0, 3, 0, 3, 0, 3, 0, 0,
3, 0, -1, -1, -1, -1, -1, 6,
1, 6, 1, 6, 1, 6, 1, 6,
1, 6, 1, 6, 0, 0, 5, -1,
-1, -1, -1, 7, 2, 5, 2, 5,
2, 5, 2, 5, 2, 5, 2, 1,
-1, -1, -1, 7, 4, 7, 4, 7,
4, 7, 4, 7, 4, 7, 4, 7,
-1, -1, -1, 1, 2, -1, 4, -1,
5, 2, 7, 2, -1, -1, 5, 5,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1
}
Definition at line 81 of file Display_Be.i. |
|
|
Initial value: {
-1, 7, 0,8+0, 0,8+0, 0, 8+0,
0, 8+0, -1, -1, -1, -1, -1, -1,
7, 7, 7, 7, 1, 1, 2, 2,
3, 3, 4, 4, 5, 5, 0, 8+0,
6, 6, -1, -1, -1, -1, -1, 7,
1, 1, 2, 2, 3, 3, 4, 4,
5, 5, 6, 6, 0, 6, 6,0x25,
0x21,0x29, -1, 1, 1, 1, 2, 2,
3, 3, 4, 4, 5, 5, 6, 0,
0x24,0x30,0x28, 1, 1, 2, 2, 3,
3, 4, 4, 5, 5, 6, 6, 8+0,
0x26,0x22,0x2a, 0, 7, -1, 7, -1,
7, 8+0, 0, 0,0x30, -1, 7, 7,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1
}
Definition at line 55 of file Display_Be.i. |
|
|
Definition at line 19 of file Display_Be.i. Referenced by C64Window::MessageReceived(). |
|
|
Definition at line 30 of file Display_Be.i. Referenced by LEDView::Draw(), SpeedoView::Draw(), and init_graphics(). |
|
|
Definition at line 29 of file Display_Be.i. Referenced by LEDView::Draw(), SpeedoView::Draw(), and init_graphics(). |
|
|
Definition at line 24 of file Display_Be.i. Referenced by C64Window::C64Window(). |
1.3.3