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

Public Member Functions | |
| Tile () | |
| Tile (const Tile &t) | |
| Tile (QString text, int value) | |
| Tile (const QString &key) | |
| int | value () const |
| bool | isBlank () const |
| QString | text () const |
| void | setText (const QString &t) |
| int | operator== (const Tile &o) const |
| int | operator!= (const Tile &o) const |
| Tile & | operator= (const Tile &o) |
| QString | key () const |
Private Attributes | |
| QString | txt |
| int | val |
| bool | blank |
|
|
Definition at line 41 of file wordgame.h. |
|
|
Definition at line 43 of file wordgame.h. |
|
||||||||||||
|
Definition at line 50 of file wordgame.h. References blank, QString::isEmpty(), txt, and val. |
|
|
Definition at line 1383 of file wordgame.cpp. References blank, QString::find(), QString::isEmpty(), QString::left(), QString::mid(), txt, and val. |
|
|
Definition at line 60 of file wordgame.h. References blank. Referenced by ComputerPlayer::findBest(), Rack::setBlanks(), and ComputerPlayer::step(). |
|
|
Definition at line 1391 of file wordgame.cpp. References QString::number(), txt, and val. |
|
|
Definition at line 69 of file wordgame.h. References operator==(). |
|
|
Definition at line 71 of file wordgame.h. |
|
|
Definition at line 67 of file wordgame.h. References blank, txt, and val. Referenced by operator!=(). |
|
|
Definition at line 62 of file wordgame.h. References txt. Referenced by Rack::setBlanks(). |
|
|
Definition at line 61 of file wordgame.h. References txt. Referenced by TileItem::drawShape(), ComputerPlayer::findBest(), Board::score(), Rack::setBlanks(), and ComputerPlayer::step(). |
|
|
Definition at line 59 of file wordgame.h. References val. Referenced by TileItem::drawShape(). |
|
|
Definition at line 79 of file wordgame.h. Referenced by isBlank(), operator=(), operator==(), and Tile(). |
|
|
Definition at line 77 of file wordgame.h. Referenced by key(), operator=(), operator==(), setText(), text(), and Tile(). |
|
|
Definition at line 78 of file wordgame.h. Referenced by key(), operator=(), operator==(), Tile(), and value(). |
1.4.2