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

Public Member Functions | |
| TicTacToe (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
Static Public Member Functions | |
| static QString | appName () |
Private Slots | |
| void | newGameClicked () |
| void | gameOver () |
Private Member Functions | |
| void | newState () |
Private Attributes | |
| QComboBox * | whoStarts |
| QPushButton * | newGame |
| QPushButton * | quit |
| QLabel * | message |
| TicTacGameBoard * | board |
| int | boardSize |
|
||||||||||||||||
|
Definition at line 288 of file tictac.cpp. References board, boardSize, gameOver(), l, message, newGame, newGameClicked(), newState(), qApp, quit, QPEApplication::showWidget(), tr, and whoStarts. |
|
|
Definition at line 95 of file tictac.h. References QString::fromLatin1(). |
|
|
Definition at line 360 of file tictac.cpp. References newState(). Referenced by TicTacToe(). |
|
|
Definition at line 345 of file tictac.cpp. References board, TicTacGameBoard::computerStarts(), TicTacGameBoard::newGame(), newState(), and whoStarts. Referenced by TicTacToe(). |
|
|
Definition at line 370 of file tictac.cpp. References board, message, TicTacGameBoard::state(), and tr. Referenced by gameOver(), newGameClicked(), and TicTacToe(). |
|
|
Definition at line 106 of file tictac.h. Referenced by newGameClicked(), newState(), and TicTacToe(). |
|
|
Definition at line 107 of file tictac.h. Referenced by TicTacToe(). |
|
|
Definition at line 105 of file tictac.h. Referenced by newState(), and TicTacToe(). |
|
|
Definition at line 103 of file tictac.h. Referenced by TicTacToe(). |
|
|
Definition at line 104 of file tictac.h. Referenced by TicTacToe(). |
|
|
Definition at line 102 of file tictac.h. Referenced by newGameClicked(), and TicTacToe(). |
1.4.2