KExtHighscore::ItemArray Class Reference
#include <kexthighscore_internal.h>
Inherits QMemArray< KExtHighscore::ItemContainer * >.
Inherited by KExtHighscore::PlayerInfos, and KExtHighscore::ScoreInfos.
Detailed Description
Manage a bunch of Item which are saved under the same group in KHighscores config file.Definition at line 128 of file kexthighscore_internal.h.
Public Member Functions | |
| 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 |
The documentation for this class was generated from the following files:

