KExtHighscore::ManagerPrivate Class Reference
List of all members.Detailed Description
Definition at line 223 of file kexthighscore_internal.h.
Public Types | |
| enum | QueryType { Submit, Register, Change, Players, Scores } |
Public Member Functions | |
| ManagerPrivate (uint nbGameTypes, Manager &manager) | |
| void | init (uint maxNbentries) |
| ~ManagerPrivate () | |
| bool | modifySettings (const QString &newName, const QString &comment, bool WWEnabled, QWidget *widget) |
| void | setGameType (uint type) |
| void | checkFirst () |
| int | submitLocal (const Score &score) |
| int | submitScore (const Score &score, QWidget *widget, bool askIfAnonymous) |
| Score | readScore (uint i) const |
| uint | gameType () const |
| uint | nbGameTypes () const |
| bool | isWWHSAvailable () const |
| ScoreInfos & | scoreInfos () |
| PlayerInfos & | playerInfos () |
| KHighscore & | hsConfig () |
| KURL | queryURL (QueryType type, const QString &newName=QString::null) const |
| void | exportHighscores (QTextStream &) |
Public Attributes | |
| Manager & | manager |
| KURL | serverURL |
| QString | version |
| bool | showStatistics |
| bool | showDrawGames |
| bool | trackLostGames |
| bool | trackDrawGames |
| Manager::ShowMode | showMode |
The documentation for this class was generated from the following files:

