libkdegames/highscore
kexthighscore_item.h File Reference
#include <QtCore/QVariant>
#include <QtCore/QMap>
#include <QtCore/QVector>
#include <libkdegames_export.h>
Include dependency graph for kexthighscore_item.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::Item |
| This class defines how to convert and how to display a highscore element (such as the score, the date, . More... | |
| class | KExtHighscore::MultiplayerScores |
| This class is used to store and show scores for multiplayer games. More... | |
| class | KExtHighscore::Score |
| This class contains data for a score. More... | |
Enumerations | |
| enum | KExtHighscore::ScoreType { KExtHighscore::Won = 0, KExtHighscore::Lost = -1, KExtHighscore::Draw = -2 } |
Functions | |
| QDataStream & | KExtHighscore::operator<< (QDataStream &s, const MultiplayerScores &score) |
| QDataStream & | KExtHighscore::operator<< (QDataStream &s, const Score &score) |
| QDataStream & | KExtHighscore::operator>> (QDataStream &s, MultiplayerScores &score) |
| QDataStream & | KExtHighscore::operator>> (QDataStream &s, Score &score) |
KDE 4.2 API Reference