#include "minefield.h"#include <qtopia/config.h>#include <qtopia/qpeapplication.h>#include <qtimer.h>#include <stdlib.h>Include dependency graph for minefield.cpp:

Go to the source code of this file.
Variables | |
| static const char * | pix_flag [] |
| static const char * | pix_mine [] |
| static const int | maxGrid = 28 |
| static const int | minGrid = 12 |
|
|
Definition at line 68 of file minefield.cpp. Referenced by MineField::findCellSize(), and Mine::sizeHint(). |
|
|
Definition at line 69 of file minefield.cpp. Referenced by MineField::findCellSize(). |
|
|
Initial value: {
"13 13 3 1",
"# c #000000",
"x c #ff0000",
". c None",
".............",
".............",
".....#xxxxxx.",
".....#xxxxxx.",
".....#xxxxxx.",
".....#xxxxxx.",
".....#.......",
".....#.......",
".....#.......",
".....#.......",
"...#####.....",
"..#######....",
"............."}
Definition at line 29 of file minefield.cpp. Referenced by Mine::paint(). |
|
|
Initial value: {
"13 13 3 1",
"# c #000000",
". c None",
"a c #ffffff",
"......#......",
"......#......",
"..#.#####.#..",
"...#######...",
"..##aa#####..",
"..##aa#####..",
"#############",
"..#########..",
"..#########..",
"...#######...",
"..#.#####.#..",
"......#......",
"......#......"}
Definition at line 48 of file minefield.cpp. Referenced by Mine::paint(). |
1.4.2