KDECore
kconfigskeleton.h File Reference
#include <qcolor.h>
#include <qdatetime.h>
#include <qfont.h>
#include <qpoint.h>
#include <qptrlist.h>
#include <qdict.h>
#include <qrect.h>
#include <qsize.h>
#include <qstringlist.h>
#include <qvariant.h>
#include <kconfig.h>
#include <kglobalsettings.h>
Include dependency graph for kconfigskeleton.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | KConfigSkeleton::ItemEnum::Choice |
class | KConfigSkeleton::ItemBool |
Class for handling a bool preferences item. More... | |
class | KConfigSkeleton::ItemColor |
Class for handling a color preferences item. More... | |
class | KConfigSkeleton::ItemDateTime |
Class for handling a QDateTime preferences item. More... | |
class | KConfigSkeleton::ItemDouble |
Class for handling a floating point preference item. More... | |
class | KConfigSkeleton::ItemEnum |
Class for handling enums. More... | |
class | KConfigSkeleton::ItemFont |
Class for handling a font preferences item. More... | |
class | KConfigSkeleton::ItemInt |
Class for handling an integer preferences item. More... | |
class | KConfigSkeleton::ItemInt64 |
Class for handling an 64-bit integer preferences item. More... | |
class | KConfigSkeleton::ItemIntList |
Class for handling an integer list preferences item. More... | |
class | KConfigSkeleton::ItemLong |
Class for hanlding a long integer preferences item. More... | |
class | KConfigSkeleton::ItemPassword |
Class for handling a password preferences item. More... | |
class | KConfigSkeleton::ItemPath |
Class for handling a path preferences item. More... | |
class | KConfigSkeleton::ItemPathList |
Class for handling a path list preferences item. More... | |
class | KConfigSkeleton::ItemPoint |
Class for handling a QPoint preferences item. More... | |
class | KConfigSkeleton::ItemProperty |
Class for handling a QVariant preferences item. More... | |
class | KConfigSkeleton::ItemRect |
Class for handling a QRect preferences item. More... | |
class | KConfigSkeleton::ItemSize |
Class for handling a QSize preferences item. More... | |
class | KConfigSkeleton::ItemString |
Class for handling a string preferences item. More... | |
class | KConfigSkeleton::ItemStringList |
Class for handling a string list preferences item. More... | |
class | KConfigSkeleton::ItemUInt |
Class for handling an unsingend integer preferences item. More... | |
class | KConfigSkeleton::ItemUInt64 |
Class for handling unsigned 64-bit integer preferences item. More... | |
class | KConfigSkeleton::ItemULong |
Class for handling an unsigned long integer preferences item. More... | |
class | KConfigSkeleton |
Class for handling preferences settings for an application. More... | |
class | KConfigSkeletonGenericItem< T > |
class | KConfigSkeletonItem |
Class for storing a preferences setting. More... |