Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

minefield.cpp File Reference

#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


Variable Documentation

const int maxGrid = 28 [static]
 

Definition at line 68 of file minefield.cpp.

Referenced by MineField::findCellSize(), and Mine::sizeHint().

const int minGrid = 12 [static]
 

Definition at line 69 of file minefield.cpp.

Referenced by MineField::findCellSize().

const char* pix_flag[] [static]
 

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().

const char* pix_mine[] [static]
 

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().


Generated on Sat Nov 5 16:56:18 2005 for OPIE by  doxygen 1.4.2