KExtHighscore::ItemArray Class Referenceabstract
#include <kexthighscore_internal.h>
Inherits TQMemArray< ItemContainer * >.
Inherited by KExtHighscore::PlayerInfos, and KExtHighscore::ScoreInfos.
Public Member Functions | |
virtual uint | nbEntries () const =0 |
const ItemContainer * | item (const TQString &name) const |
ItemContainer * | item (const TQString &name) |
void | addItem (const TQString &name, Item *, bool stored=true, bool canHaveSubGroup=false) |
void | setItem (const TQString &name, Item *) |
int | findIndex (const TQString &name) const |
void | setGroup (const TQString &group) |
void | setSubGroup (const TQString &subGroup) |
void | read (uint k, Score &data) const |
void | write (uint k, const Score &data, uint maxNbLines) const |
void | exportToText (TQTextStream &) const |
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.
The documentation for this class was generated from the following files: