libkdegames/highscore
KExtHighscore::ItemContainer Class Reference
#include <kexthighscore_internal.h>
Detailed Description
Definition at line 89 of file kexthighscore_internal.h.
Public Member Functions | |
| ItemContainer () | |
| ~ItemContainer () | |
| void | setItem (Item *item) |
| const Item * | item () const |
| Item * | item () |
| void | setName (const QString &name) |
| QString | name () const |
| void | setGroup (const QString &group) |
| bool | isStored () const |
| void | setSubGroup (const QString &subGroup) |
| bool | canHaveSubGroup () const |
| QVariant | read (uint i) const |
| QString | pretty (uint i) const |
| void | write (uint i, const QVariant &value) const |
| uint | increment (uint i) const |
Static Public Attributes | |
| static const char | ANONYMOUS [] = "_" |
| static const char | ANONYMOUS_LABEL [] = I18N_NOOP("anonymous") |
Constructor & Destructor Documentation
| KExtHighscore::ItemContainer::ItemContainer | ( | ) |
Definition at line 54 of file kexthighscore_internal.cpp.
| KExtHighscore::ItemContainer::~ItemContainer | ( | ) |
Definition at line 58 of file kexthighscore_internal.cpp.
Member Function Documentation
| void KExtHighscore::ItemContainer::setItem | ( | Item * | item | ) |
Definition at line 63 of file kexthighscore_internal.cpp.
| const Item* KExtHighscore::ItemContainer::item | ( | ) | const [inline] |
Definition at line 96 of file kexthighscore_internal.h.
| Item* KExtHighscore::ItemContainer::item | ( | ) | [inline] |
Definition at line 97 of file kexthighscore_internal.h.
| void KExtHighscore::ItemContainer::setName | ( | const QString & | name | ) | [inline] |
Definition at line 99 of file kexthighscore_internal.h.
| QString KExtHighscore::ItemContainer::name | ( | ) | const [inline] |
Definition at line 100 of file kexthighscore_internal.h.
| void KExtHighscore::ItemContainer::setGroup | ( | const QString & | group | ) | [inline] |
Definition at line 102 of file kexthighscore_internal.h.
| bool KExtHighscore::ItemContainer::isStored | ( | ) | const [inline] |
Definition at line 103 of file kexthighscore_internal.h.
| void KExtHighscore::ItemContainer::setSubGroup | ( | const QString & | subGroup | ) | [inline] |
Definition at line 105 of file kexthighscore_internal.h.
| bool KExtHighscore::ItemContainer::canHaveSubGroup | ( | ) | const [inline] |
Definition at line 106 of file kexthighscore_internal.h.
| QVariant KExtHighscore::ItemContainer::read | ( | uint | i | ) | const |
Definition at line 75 of file kexthighscore_internal.cpp.
| QString KExtHighscore::ItemContainer::pretty | ( | uint | i | ) | const |
Definition at line 87 of file kexthighscore_internal.cpp.
| void KExtHighscore::ItemContainer::write | ( | uint | i, | |
| const QVariant & | value | |||
| ) | const |
Definition at line 93 of file kexthighscore_internal.cpp.
| uint KExtHighscore::ItemContainer::increment | ( | uint | i | ) | const |
Definition at line 101 of file kexthighscore_internal.cpp.
Member Data Documentation
const char KExtHighscore::ItemContainer::ANONYMOUS = "_" [static] |
Definition at line 108 of file kexthighscore_internal.h.
const char KExtHighscore::ItemContainer::ANONYMOUS_LABEL = I18N_NOOP("anonymous") [static] |
Definition at line 109 of file kexthighscore_internal.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference