#include "kexthighscore_item.h"#include <kurl.h>#include <kdemacros.h>Include dependency graph for kexthighscore.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | KExtHighscore |
Classes | |
| class | KExtHighscore::Manager |
| This class manages highscores and players entries (several players can share the same highscores list if the libkdegame library is built to support a common highscores file; NOTE that to correctly implement such feature we probably need a locking mechanism in KHighscore). More... | |
Functions | |
| uint | KExtHighscore::gameType () |
| Get the current game type. | |
| void | KExtHighscore::setGameType (uint gameType) |
| Set the current game type. | |
| bool | KExtHighscore::configure (QWidget *parent) |
| Configure the highscores. | |
| void | KExtHighscore::show (QWidget *parent) |
| Show the highscores lists. | |
| void | KExtHighscore::submitScore (const Score &score, QWidget *widget) |
| Submit a score. | |
| Score | KExtHighscore::lastScore () |
| Score | KExtHighscore::firstScore () |
Variables | |
| ManagerPrivate * | KExtHighscore::internal |
1.4.6