#include </home/clem/local/src/opie/noncore/games/buzzword/buzzword.h>
Public Slots | |
| void | newGame () |
| void | clicked (int row, int column) |
Public Member Functions | |
| BuzzWord (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
Static Public Member Functions | |
| static QString | appName () |
Private Member Functions | |
| void | drawGrid () |
| void | bingo () |
| QString | getWord () |
Private Attributes | |
| QMenuBar * | menu |
| QPopupMenu * | game |
| QGrid * | grid |
| int | gridVal |
| int | map [4][4] |
| bool | gameOver |
|
||||||||||||||||
|
Definition at line 70 of file buzzword.cpp. References game, gameOver, grid, gridVal, Key_N, newGame(), NULL, and tr. |
|
|
Definition at line 68 of file buzzword.h. References QString::fromLatin1(). |
|
|
Definition at line 169 of file buzzword.cpp. Referenced by clicked(). |
|
||||||||||||
|
Definition at line 122 of file buzzword.cpp. References bingo(), gameOver, gridVal, and map. Referenced by drawGrid(). |
|
|
Definition at line 85 of file buzzword.cpp. References QValueList< T >::at(), QTextStream::atEnd(), clicked(), f, grid, gridVal, IO_ReadOnly, l, map, QFile::open(), pos, QPEApplication::qpeDir(), QTextStream::readLine(), QValueList< T >::remove(), QStringList::split(), and t. Referenced by newGame(). |
|
|
|
|
|
Definition at line 175 of file buzzword.cpp. References drawGrid(), gameOver, and grid. Referenced by BuzzWord(). |
|
|
Definition at line 76 of file buzzword.h. Referenced by BuzzWord(). |
|
|
Definition at line 81 of file buzzword.h. Referenced by bingo(), BuzzWord(), clicked(), and newGame(). |
|
|
Definition at line 77 of file buzzword.h. Referenced by BuzzWord(), drawGrid(), and newGame(). |
|
|
Definition at line 79 of file buzzword.h. Referenced by BuzzWord(), clicked(), and drawGrid(). |
|
|
Definition at line 80 of file buzzword.h. Referenced by clicked(), and drawGrid(). |
|
|
Definition at line 75 of file buzzword.h. |
1.4.2