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

Public Member Functions | |
| DateItem () | |
Public Member Functions inherited from KExtHighscore::Item | |
| Item (const QVariant &def=QVariant::Invalid, const QString &label=QString(), Qt::AlignmentFlag alignment=Qt::AlignRight) | |
| virtual | ~Item () |
| int | alignment () const |
| QVariant | defaultValue () const |
| bool | isVisible () const |
| QString | label () const |
| virtual QString | pretty (uint i, const QVariant &value) const |
| virtual QVariant | read (uint i, const QVariant &value) const |
| void | setDefaultValue (const QVariant &value) |
| void | setLabel (const QString &label) |
| void | setPrettyFormat (Format format) |
| void | setPrettySpecial (Special special) |
Additional Inherited Members | |
Public Types inherited from KExtHighscore::Item | |
| enum | Format { NoFormat, OneDecimal, Percentage, MinuteTime, DateTime } |
| enum | Special { NoSpecial, ZeroNotDefined, NegativeNotDefined, DefaultNotDefined, Anonymous } |
Detailed Description
Definition at line 69 of file kexthighscore_internal.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 72 of file kexthighscore_internal.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from