#include <kexthighscore_internal.h>
Inheritance diagram for KExtHighscore::ItemArray:

Public Member Functions | |
| ItemArray () | |
| virtual | ~ItemArray () |
| virtual uint | nbEntries () const =0 |
| const ItemContainer * | item (const QString &name) const |
| ItemContainer * | item (const QString &name) |
| void | addItem (const QString &name, Item *, bool stored=true, bool canHaveSubGroup=false) |
| void | setItem (const QString &name, Item *) |
| int | findIndex (const QString &name) const |
| void | setGroup (const QString &group) |
| void | setSubGroup (const QString &subGroup) |
| void | read (uint k, Score &data) const |
| void | write (uint k, const Score &data, uint maxNbLines) const |
| void | exportToText (QTextStream &) const |
Definition at line 128 of file kexthighscore_internal.h.
|
|
Definition at line 105 of file kexthighscore_internal.cpp. |
|
|
Definition at line 109 of file kexthighscore_internal.cpp. |
|
||||||||||||||||||||
|
Definition at line 147 of file kexthighscore_internal.cpp. References findIndex(), and item(). Referenced by KExtHighscore::Manager::addScoreItem(), KExtHighscore::PlayerInfos::createHistoItems(), KExtHighscore::PlayerInfos::PlayerInfos(), and KExtHighscore::ScoreInfos::ScoreInfos(). Here is the call graph for this function: ![]() |
|
|
Definition at line 200 of file kexthighscore_internal.cpp. References KExtHighscore::ItemContainer::item(), item(), nbEntries(), and KExtHighscore::ItemContainer::pretty(). Here is the call graph for this function: ![]() |
|
|
Definition at line 114 of file kexthighscore_internal.cpp. |
|
|
Definition at line 129 of file kexthighscore_internal.cpp. References findIndex(). Here is the call graph for this function: ![]() |
|
|
|
Implemented in KExtHighscore::ScoreInfos, and KExtHighscore::PlayerInfos. Referenced by exportToText(), and KExtHighscore::HighscoresList::load(). |
|
||||||||||||
|
Definition at line 183 of file kexthighscore_internal.cpp. References KExtHighscore::Score::setData(). Referenced by KExtHighscore::ScoreInfos::nbEntries(), KExtHighscore::ManagerPrivate::readScore(), and write(). Here is the call graph for this function: ![]() |
|
|
Definition at line 167 of file kexthighscore_internal.cpp. Referenced by KExtHighscore::PlayerInfos::PlayerInfos(). |
|
||||||||||||
|
Definition at line 137 of file kexthighscore_internal.cpp. References findIndex(), and item(). Referenced by KExtHighscore::Manager::setPlayerItem(), and KExtHighscore::Manager::setScoreItem(). Here is the call graph for this function: ![]() |
|
|
Definition at line 175 of file kexthighscore_internal.cpp. |
|
||||||||||||||||
|
Definition at line 191 of file kexthighscore_internal.cpp. References KExtHighscore::Score::data(), and read(). Referenced by KExtHighscore::ManagerPrivate::submitLocal(). Here is the call graph for this function: ![]() |
1.4.6