#include </home/clem/local/src/opie/noncore/games/minesweep/minesweep.h>
Collaboration diagram for MineSweep:

Public Slots | |
| void | gameOver (bool won) |
| void | newGame () |
Public Member Functions | |
| MineSweep (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| ~MineSweep () | |
Static Public Member Functions | |
| static QString | appName () |
Protected Slots | |
| void | setCounter (int) |
| void | updateTime () |
| void | beginner () |
| void | advanced () |
| void | expert () |
Private Slots | |
| void | startPlaying () |
Private Member Functions | |
| void | readConfig () |
| void | writeConfig () const |
| void | newGame (int) |
Private Attributes | |
| MineField * | field |
| QLCDNumber * | guessLCD |
| QLCDNumber * | timeLCD |
| QPushButton * | newGameButton |
| QDateTime | starttime |
| QTimer * | timer |
|
||||||||||||||||
|
Definition at line 240 of file minesweep.cpp. References active, advanced(), QPEApplication::AlwaysOff, background, beginner(), expert(), FALSE, field, gameOver(), guessLCD, Opie::Core::OResource::loadPixmap(), newGame(), newGameButton, pix_new, qApp, readConfig(), setCounter(), QPEApplication::setInputMethodHint(), startPlaying(), timeLCD, timer, tr, TRUE, and updateTime(). |
|
|
Definition at line 315 of file minesweep.cpp. References writeConfig(). |
|
|
Definition at line 357 of file minesweep.cpp. References newGame(). Referenced by MineSweep(). |
|
|
Definition at line 34 of file minesweep.h. References QString::fromLatin1(). |
|
|
Definition at line 352 of file minesweep.cpp. References newGame(). Referenced by MineSweep(). |
|
|
Definition at line 362 of file minesweep.cpp. References newGame(). Referenced by MineSweep(). |
|
|
Definition at line 320 of file minesweep.cpp. References dead_xpm, field, happy_xpm, newGameButton, MineField::showMines(), ResultIndicator::showResult(), and timer. Referenced by MineSweep(). |
|
|
Definition at line 337 of file minesweep.cpp. References field, newGameButton, pix_new, MineField::setup(), timeLCD, and timer. |
|
|
Definition at line 332 of file minesweep.cpp. References field, and MineField::level(). Referenced by advanced(), beginner(), expert(), MineSweep(), and readConfig(). |
|
|
Definition at line 396 of file minesweep.cpp. References QDateTime::currentDateTime(), field, newGame(), MineField::readConfig(), Config::readNumEntry(), s, Config::setGroup(), startPlaying(), starttime, and updateTime(). Referenced by MineSweep(). |
|
|
Definition at line 367 of file minesweep.cpp. References guessLCD. Referenced by MineSweep(). |
|
|
Definition at line 345 of file minesweep.cpp. References QDateTime::currentDateTime(), newGameButton, starttime, timer, and worried_xpm. Referenced by MineSweep(), and readConfig(). |
|
|
Definition at line 375 of file minesweep.cpp. References QDateTime::currentDateTime(), s, QDateTime::secsTo(), starttime, and timeLCD. Referenced by MineSweep(), and readConfig(). |
|
|
Definition at line 387 of file minesweep.cpp. References QDateTime::currentDateTime(), field, QDateTime::secsTo(), Config::setGroup(), starttime, timer, MineField::writeConfig(), and Config::writeEntry(). Referenced by ~MineSweep(). |
|
|
Definition at line 58 of file minesweep.h. Referenced by gameOver(), MineSweep(), newGame(), readConfig(), and writeConfig(). |
|
|
Definition at line 59 of file minesweep.h. Referenced by MineSweep(), and setCounter(). |
|
|
Definition at line 61 of file minesweep.h. Referenced by gameOver(), MineSweep(), newGame(), and startPlaying(). |
|
|
Definition at line 63 of file minesweep.h. Referenced by readConfig(), startPlaying(), updateTime(), and writeConfig(). |
|
|
Definition at line 60 of file minesweep.h. Referenced by MineSweep(), newGame(), and updateTime(). |
|
|
Definition at line 64 of file minesweep.h. Referenced by gameOver(), MineSweep(), newGame(), startPlaying(), and writeConfig(). |
1.4.2