KDEUI
KConfigSkeleton Member List
This is the complete list of members for KConfigSkeleton, including all inherited members.
addItem(KConfigSkeletonItem *, const QString &name=QString()) | KCoreConfigSkeleton | |
addItemBool(const QString &name, bool &reference, bool defaultValue=false, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemColor(const QString &name, QColor &reference, const QColor &defaultValue=QColor(128, 128, 128), const QString &key=QString()) | KConfigSkeleton | |
addItemDateTime(const QString &name, QDateTime &reference, const QDateTime &defaultValue=QDateTime(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemDouble(const QString &name, double &reference, double defaultValue=0.0, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemFont(const QString &name, QFont &reference, const QFont &defaultValue=QFont(), const QString &key=QString()) | KConfigSkeleton | |
addItemInt(const QString &name, qint32 &reference, qint32 defaultValue=0, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemInt64(const QString &name, qint64 &reference, qint64 defaultValue=0, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemIntList(const QString &name, QList< int > &reference, const QList< int > &defaultValue=QList< int >(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemLongLong(const QString &name, qint64 &reference, qint64 defaultValue=0, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemPassword(const QString &name, QString &reference, const QString &defaultValue=QLatin1String(""), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemPath(const QString &name, QString &reference, const QString &defaultValue=QLatin1String(""), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemPoint(const QString &name, QPoint &reference, const QPoint &defaultValue=QPoint(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemProperty(const QString &name, QVariant &reference, const QVariant &defaultValue=QVariant(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemRect(const QString &name, QRect &reference, const QRect &defaultValue=QRect(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemSize(const QString &name, QSize &reference, const QSize &defaultValue=QSize(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemString(const QString &name, QString &reference, const QString &defaultValue=QLatin1String(""), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemStringList(const QString &name, QStringList &reference, const QStringList &defaultValue=QStringList(), const QString &key=QString()) | KCoreConfigSkeleton | |
addItemUInt(const QString &name, quint32 &reference, quint32 defaultValue=0, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemUInt64(const QString &name, quint64 &reference, quint64 defaultValue=0, const QString &key=QString()) | KCoreConfigSkeleton | |
addItemULongLong(const QString &name, quint64 &reference, quint64 defaultValue=0, const QString &key=QString()) | KCoreConfigSkeleton | |
config() | KCoreConfigSkeleton | |
config() const | KCoreConfigSkeleton | |
configChanged() | KCoreConfigSkeleton | signal |
currentGroup() const | KCoreConfigSkeleton | |
findItem(const QString &name) | KCoreConfigSkeleton | |
findItem(const QString &name) const | KCoreConfigSkeleton | |
isImmutable(const QString &name) | KCoreConfigSkeleton | |
isImmutable(const QString &name) const | KCoreConfigSkeleton | |
ItemInt64 typedef | KCoreConfigSkeleton | |
items() const | KCoreConfigSkeleton | |
ItemUInt64 typedef | KCoreConfigSkeleton | |
KConfigSkeleton(const QString &configname=QString(), QObject *parent=0) | KConfigSkeleton | explicit |
KConfigSkeleton(KSharedConfig::Ptr config, QObject *parent=0) | KConfigSkeleton | explicit |
KCoreConfigSkeleton(const QString &configname=QString(), QObject *parent=0) | KCoreConfigSkeleton | |
KCoreConfigSkeleton(KSharedConfig::Ptr config, QObject *parent=0) | KCoreConfigSkeleton | |
readConfig() | KCoreConfigSkeleton | virtual |
setCurrentGroup(const QString &group) | KCoreConfigSkeleton | |
setDefaults() | KCoreConfigSkeleton | virtual |
setSharedConfig(KSharedConfig::Ptr pConfig) | KCoreConfigSkeleton | |
useDefaults(bool b) | KCoreConfigSkeleton | virtual |
usrReadConfig() | KCoreConfigSkeleton | protectedvirtual |
usrSetDefaults() | KCoreConfigSkeleton | protectedvirtual |
usrUseDefaults(bool b) | KCoreConfigSkeleton | protectedvirtual |
usrWriteConfig() | KCoreConfigSkeleton | protectedvirtual |
writeConfig() | KCoreConfigSkeleton | virtual |
~KCoreConfigSkeleton() | KCoreConfigSkeleton | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.