kdecore Library API Documentation

KConfigGroup Member List

This is the complete list of members for KConfigGroup, including all inherited members.

aLocaleStringKConfigBase [protected]
backEndKConfigBase [protected]
bDirtyKConfigBase [protected]
bExpand (defined in KConfigBase)KConfigBase [mutable, protected]
bLocaleInitialized (defined in KConfigBase)KConfigBase [protected]
bReadOnly (defined in KConfigBase)KConfigBase [protected]
checkConfigFilesWritable(bool warnUser)KConfigBase
ConfigState enum nameKConfigBase
deleteEntry(const QString &pKey, bool bNLS=false, bool bGlobal=false)KConfigBase
deleteEntry(const char *pKey, bool bNLS=false, bool bGlobal=false)KConfigBase
deleteGroup(bool bGlobal=false)KConfigGroup
KConfigBase::deleteGroup(const QString &group, bool bDeep=true, bool bGlobal=false)KConfigBase
entryIsImmutable(const QString &key) constKConfigBase
KConfigBase::getConfigState() constKConfigBase
KConfigBase::group() constKConfigBase
groupIsImmutable(const QString &group) constKConfigBase
hasDefault(const QString &key) constKConfigBase
KConfigBase::hasGroup(const QString &group) constKConfigBase
hasGroup(const QCString &_pGroup) const (defined in KConfigBase)KConfigBase
hasGroup(const char *_pGroup) const (defined in KConfigBase)KConfigBase
hasKey(const QString &key) constKConfigBase
hasKey(const char *pKey) const (defined in KConfigBase)KConfigBase
KConfigBase::isDirty() constKConfigBase [inline]
isDollarExpansion() constKConfigBase [inline]
isImmutable() constKConfigBase
isReadOnly() constKConfigBase [inline]
KConfigBase()KConfigBase
KConfigGroup(KConfigBase *master, const QCString &group)KConfigGroup
KConfigGroup(KConfigBase *master, const QString &group)KConfigGroup
KConfigGroup(KConfigBase *master, const char *group)KConfigGroup
locale() constKConfigBase
lookupData(const KEntryKey &_key) constKConfigGroup [virtual]
mGroupKConfigBase [protected]
NoAccess enum value (defined in KConfigBase)KConfigBase
parseConfigFiles()KConfigBase [protected, virtual]
putData(const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true)KConfigGroup [virtual]
readBoolEntry(const QString &pKey, const bool bDefault=false) constKConfigBase
readBoolEntry(const char *pKey, const bool bDefault=false) constKConfigBase
readColorEntry(const QString &pKey, const QColor *pDefault=0L) constKConfigBase
readColorEntry(const char *pKey, const QColor *pDefault=0L) constKConfigBase
readDateTimeEntry(const QString &pKey, const QDateTime *pDefault=0L) constKConfigBase
readDateTimeEntry(const char *pKey, const QDateTime *pDefault=0L) constKConfigBase
readDefaults() constKConfigBase
readDoubleNumEntry(const QString &pKey, double nDefault=0.0) constKConfigBase
readDoubleNumEntry(const char *pKey, double nDefault=0.0) constKConfigBase
readEntry(const QString &pKey, const QString &aDefault=QString::null) constKConfigBase
readEntry(const char *pKey, const QString &aDefault=QString::null) constKConfigBase
readEntryUntranslated(const QString &pKey, const QString &aDefault=QString::null) constKConfigBase
readEntryUntranslated(const char *pKey, const QString &aDefault=QString::null) constKConfigBase
readEntryUtf8(const char *pKey) const (defined in KConfigBase)KConfigBase [protected]
readFontEntry(const QString &pKey, const QFont *pDefault=0L) constKConfigBase
readFontEntry(const char *pKey, const QFont *pDefault=0L) constKConfigBase
readIntListEntry(const QString &pKey) constKConfigBase
readIntListEntry(const char *pKey) constKConfigBase
readListEntry(const QString &pKey, QStrList &list, char sep= ',') constKConfigBase
readListEntry(const char *pKey, QStrList &list, char sep= ',') constKConfigBase
readListEntry(const QString &pKey, char sep= ',') constKConfigBase
readListEntry(const char *pKey, char sep= ',') constKConfigBase
readLongNumEntry(const QString &pKey, long nDefault=0) constKConfigBase
readLongNumEntry(const char *pKey, long nDefault=0) constKConfigBase
readNum64Entry(const QString &pKey, Q_INT64 nDefault=0) constKConfigBase
readNum64Entry(const char *pKey, Q_INT64 nDefault=0) constKConfigBase
readNumEntry(const QString &pKey, int nDefault=0) constKConfigBase
readNumEntry(const char *pKey, int nDefault=0) constKConfigBase
ReadOnly enum value (defined in KConfigBase)KConfigBase
readPathEntry(const QString &pKey, const QString &aDefault=QString::null) constKConfigBase
readPathEntry(const char *pKey, const QString &aDefault=QString::null) constKConfigBase
readPathListEntry(const QString &pKey, char sep= ',') constKConfigBase
readPathListEntry(const char *pKey, char sep= ',') constKConfigBase
readPointEntry(const QString &pKey, const QPoint *pDefault=0L) constKConfigBase
readPointEntry(const char *pKey, const QPoint *pDefault=0L) constKConfigBase
readPropertyEntry(const QString &pKey, QVariant::Type) constKConfigBase
readPropertyEntry(const char *pKey, QVariant::Type) constKConfigBase
readPropertyEntry(const QString &pKey, const QVariant &aDefault) constKConfigBase
readPropertyEntry(const char *pKey, const QVariant &aDefault) constKConfigBase
readRectEntry(const QString &pKey, const QRect *pDefault=0L) constKConfigBase
readRectEntry(const char *pKey, const QRect *pDefault=0L) constKConfigBase
readSizeEntry(const QString &pKey, const QSize *pDefault=0L) constKConfigBase
readSizeEntry(const char *pKey, const QSize *pDefault=0L) constKConfigBase
readUnsignedLongNumEntry(const QString &pKey, unsigned long nDefault=0) constKConfigBase
readUnsignedLongNumEntry(const char *pKey, unsigned long nDefault=0) constKConfigBase
readUnsignedNum64Entry(const QString &pKey, Q_UINT64 nDefault=0) constKConfigBase
readUnsignedNum64Entry(const char *pKey, Q_UINT64 nDefault=0) constKConfigBase
readUnsignedNumEntry(const QString &pKey, unsigned int nDefault=0) constKConfigBase
readUnsignedNumEntry(const char *pKey, unsigned int nDefault=0) constKConfigBase
ReadWrite enum value (defined in KConfigBase)KConfigBase
revertToDefault(const QString &key)KConfigBase
setDirty(bool b)KConfigGroup [virtual]
setDollarExpansion(bool _bExpand=true)KConfigBase [inline]
KConfigBase::setGroup(const QString &group)KConfigBase
KConfigBase::setGroup(const QCString &pGroup)KConfigBase
setGroup(const char *pGroup) (defined in KConfigBase)KConfigBase
setLocale()KConfigBase [protected]
setReadDefaults(bool b)KConfigBase
sync()KConfigGroup [virtual]
virtual_hook(int id, void *data) (defined in KConfigGroup)KConfigGroup [protected, virtual]
writeEntry(const QString &pKey, const QString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QVariant &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QVariant &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QStrList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QStrList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QValueList< int > &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QValueList< int > &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const char *pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase [inline]
writeEntry(const char *pKey, const char *pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase [inline]
writeEntry(const QString &pKey, int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, unsigned int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, unsigned int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, unsigned long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, unsigned long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, Q_LLONG nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, Q_LLONG nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, Q_ULLONG nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, Q_ULLONG nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, double nValue, bool bPersistent=true, bool bGlobal=false, char format= 'g', int precision=6, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, double nValue, bool bPersistent=true, bool bGlobal=false, char format= 'g', int precision=6, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, bool bValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, bool bValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QFont &rFont, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QFont &rFont, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QColor &rColor, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QColor &rColor, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QDateTime &rDateTime, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QDateTime &rDateTime, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QRect &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QRect &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QPoint &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QPoint &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const QString &pKey, const QSize &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const QSize &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const QString &pKey, const QString &path, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const char *pKey, const QString &path, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const QString &pKey, const QStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const char *pKey, const QStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
~KConfigBase()KConfigBase [virtual]

KDE Logo
This file is part of the documentation for kdecore Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Oct 10 18:54:58 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003