libkdegames/highscore
KExtHighscore::RankItem Class Reference
#include <kexthighscore_internal.h>
Inheritance diagram for KExtHighscore::RankItem:

Detailed Description
Definition at line 49 of file kexthighscore_internal.h.
Public Member Functions | |
| QString | pretty (uint i, const QVariant &value) const |
| RankItem () | |
| QVariant | read (uint i, const QVariant &value) const |
Constructor & Destructor Documentation
| KExtHighscore::RankItem::RankItem | ( | ) | [inline] |
Definition at line 52 of file kexthighscore_internal.h.
Member Function Documentation
- Returns:
- the string to be displayed.
You may need to reimplement this method for special formatting (different from the standard ones).
- Parameters:
-
i the element index ("rank" for score / "id" for player) value the value to convert
Reimplemented from KExtHighscore::Item.
Definition at line 56 of file kexthighscore_internal.h.
- Returns:
- the converted value (by default the value is left unchanged).
Most of the time you don't need to reimplement this method.
- Parameters:
-
i the element index ("rank" for score / "id" for player) value the value to convert
Reimplemented from KExtHighscore::Item.
Definition at line 55 of file kexthighscore_internal.h.
The documentation for this class was generated from the following file:
KDE 4.2 API Reference