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

Public Slots | |
| void | showTemporaryScore (int amount) |
Public Member Functions | |
| ScoreInfo (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~ScoreInfo () | |
| void | init (const QStringList &) |
| void | addScore (int player, int change) |
| int | playerScore (int player) const |
| void | setShowWinner (bool) |
| void | setBoldOne (int) |
| void | readConfig (Config &) |
| void | writeConfig (Config &) |
Protected Member Functions | |
| QSize | sizeHint () const |
Private Slots | |
| void | showScores () |
Private Attributes | |
| QStringList | names |
| int * | score |
| QTimer * | msgtimer |
| bool | showwinner |
| int | boldone |
|
||||||||||||||||
|
Definition at line 1429 of file wordgame.cpp. References msgtimer, score, and showScores(). |
|
|
Definition at line 1438 of file wordgame.cpp. References score. |
|
||||||||||||
|
Definition at line 1476 of file wordgame.cpp. References score, and showScores(). Referenced by WordGame::endGame(), and WordGame::endTurn(). |
|
|
Definition at line 1466 of file wordgame.cpp. References boldone, QValueList< T >::count(), names, score, and showScores(). Referenced by WordGame::startGame(). |
|
|
Definition at line 281 of file wordgame.h. References score. Referenced by WordGame::endGame(). |
|
|
Definition at line 1451 of file wordgame.cpp. References QValueList< T >::begin(), QValueList< T >::end(), i, l, Config::readListEntry(), score, and showScores(). Referenced by WordGame::readConfig(). |
|
|
Definition at line 1482 of file wordgame.cpp. References boldone, and showScores(). Referenced by WordGame::endGame(), and WordGame::nextPlayer(). |
|
|
|
|
|
Definition at line 1488 of file wordgame.cpp. References QValueList< T >::begin(), boldone, QValueList< T >::end(), i, names, QString::number(), QString::replace(), and score. Referenced by addScore(), init(), readConfig(), ScoreInfo(), and setBoldOne(). |
|
|
Definition at line 1510 of file wordgame.cpp. References msgtimer, QString::number(), tr, and TRUE. |
|
|
Definition at line 1461 of file wordgame.cpp. |
|
|
Definition at line 1443 of file wordgame.cpp. References QValueList< T >::append(), QValueList< T >::count(), i, l, names, QString::number(), and score. Referenced by WordGame::writeConfig(). |
|
|
Definition at line 302 of file wordgame.h. Referenced by init(), setBoldOne(), and showScores(). |
|
|
Definition at line 300 of file wordgame.h. Referenced by ScoreInfo(), and showTemporaryScore(). |
|
|
Definition at line 298 of file wordgame.h. Referenced by init(), showScores(), and writeConfig(). |
|
|
Definition at line 299 of file wordgame.h. Referenced by addScore(), init(), playerScore(), readConfig(), ScoreInfo(), showScores(), writeConfig(), and ~ScoreInfo(). |
|
|
Definition at line 301 of file wordgame.h. |
1.4.2