#include </home/clem/local/src/opie/noncore/games/wordgame/wordgame.h>
Public Member Functions | |
| Bag () | |
| void | readConfig (Config &) |
| void | writeConfig (Config &) |
| void | add (const Tile &) |
| bool | isEmpty () const |
| Tile | takeRandom () |
Private Attributes | |
| QList< Tile > | tiles |
|
|
Definition at line 1396 of file wordgame.cpp. |
|
|
Definition at line 1417 of file wordgame.cpp. References tiles. Referenced by WordGame::loadRules(), and readConfig(). |
|
|
Definition at line 90 of file wordgame.h. References tiles. Referenced by WordGame::refillRack(). |
|
|
Definition at line 1409 of file wordgame.cpp. References add(), QValueList< T >::begin(), QValueList< T >::end(), Config::readListEntry(), t, and tiles. Referenced by WordGame::readConfig(). |
|
|
Definition at line 1422 of file wordgame.cpp. References tiles. Referenced by WordGame::refillRack(). |
|
|
Definition at line 1401 of file wordgame.cpp. References QValueList< T >::append(), t, and tiles. Referenced by WordGame::writeConfig(). |
|
|
Definition at line 93 of file wordgame.h. Referenced by add(), Bag(), isEmpty(), readConfig(), takeRandom(), and writeConfig(). |
1.4.2