libkdegames/libkdegamesprivate/kgame
#include <QtCore/QDataStream>
#include <kdebug.h>
#include <typeinfo>
#include "../libkdegamesprivate_export.h"
Include dependency graph for kgameproperty.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
union | KGamePropertyBase::Flags |
class | KGameProperty< type > |
class | KGamePropertyBase |
Typedefs | |
typedef KGameProperty< qint8 > | KGamePropertyBool |
typedef KGameProperty< int > | KGamePropertyInt |
typedef KGameProperty< QString > | KGamePropertyQString |
typedef KGameProperty < unsigned int > | KGamePropertyUInt |
Typedef Documentation
typedef KGameProperty<qint8> KGamePropertyBool |
Definition at line 850 of file kgameproperty.h.
typedef KGameProperty<int> KGamePropertyInt |
Definition at line 847 of file kgameproperty.h.
typedef KGameProperty<QString> KGamePropertyQString |
Definition at line 849 of file kgameproperty.h.
typedef KGameProperty<unsigned int> KGamePropertyUInt |
Definition at line 848 of file kgameproperty.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:54 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:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.