, including all inherited members.
aEntryMap | KConfig | [protected] |
aLocaleString | KConfigBase | [protected] |
backEnd | KConfigBase | [protected] |
bDirty | KConfigBase | [protected] |
bExpand (defined in KConfigBase) | KConfigBase | [mutable, protected] |
bLocaleInitialized (defined in KConfigBase) | KConfigBase | [protected] |
bReadOnly (defined in KConfigBase) | KConfigBase | [protected] |
checkConfigFilesWritable(bool warnUser) | KConfigBase | |
checkUpdate(const QString &id, const QString &updateFile) | KConfig | |
ConfigState enum name | KConfigBase | |
copyTo(const QString &file, KConfig *config=0) const | KConfig | |
deleteEntry(const QString &pKey, bool bNLS=false, bool bGlobal=false) | KConfigBase | |
deleteEntry(const char *pKey, bool bNLS=false, bool bGlobal=false) | KConfigBase | |
deleteGroup(const QString &group, bool bDeep=true, bool bGlobal=false) | KConfigBase | |
entryIsImmutable(const QString &key) const | KConfigBase | |
entryMap(const QString &pGroup) const | KConfig | [virtual] |
forceGlobal() const | KConfig | [inline] |
getConfigState() const | KConfigBase | |
group() const | KConfigBase | |
groupIsImmutable(const QString &group) const | KConfigBase | |
groupList() const | KConfig | [virtual] |
hasDefault(const QString &key) const | KConfigBase | |
hasGroup(const QString &group) const | KConfigBase | |
hasGroup(const QCString &_pGroup) const (defined in KConfigBase) | KConfigBase | |
hasGroup(const char *_pGroup) const (defined in KConfigBase) | KConfigBase | |
hasKey(const QString &key) const | KConfigBase | |
hasKey(const char *pKey) const (defined in KConfigBase) | KConfigBase | |
internalEntryMap(const QString &pGroup) const | KConfig | [protected, virtual] |
internalEntryMap() const | KConfig | [inline, protected, virtual] |
internalHasGroup(const QCString &group) const | KConfig | [protected, virtual] |
isDirty() const | KConfigBase | [inline] |
isDollarExpansion() const | KConfigBase | [inline] |
isImmutable() const | KConfigBase | |
isReadOnly() const | KConfigBase | [inline] |
KConfig(const QString &fileName=QString::null, bool bReadOnly=false, bool bUseKDEGlobals=true, const char *resType="config") | KConfig | |
KConfig(KConfigBackEnd *backEnd, bool bReadOnly=false) (defined in KConfig) | KConfig | |
KConfigBase() | KConfigBase | |
KSimpleConfig(const QString &fileName, bool bReadOnly=false) | KSimpleConfig | |
KSimpleConfig(KConfigBackEnd *backEnd, bool bReadOnly=false) (defined in KSimpleConfig) | KSimpleConfig | |
locale() const | KConfigBase | |
lookupData(const KEntryKey &_key) const | KConfig | [protected, virtual] |
mGroup | KConfigBase | [protected] |
NoAccess enum value (defined in KConfigBase) | KConfigBase | |
parseConfigFiles() | KConfigBase | [protected, virtual] |
putData(const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true) | KConfig | [protected, virtual] |
readBoolEntry(const QString &pKey, const bool bDefault=false) const | KConfigBase | |
readBoolEntry(const char *pKey, const bool bDefault=false) const | KConfigBase | |
readColorEntry(const QString &pKey, const QColor *pDefault=0L) const | KConfigBase | |
readColorEntry(const char *pKey, const QColor *pDefault=0L) const | KConfigBase | |
readDateTimeEntry(const QString &pKey, const QDateTime *pDefault=0L) const | KConfigBase | |
readDateTimeEntry(const char *pKey, const QDateTime *pDefault=0L) const | KConfigBase | |
readDefaults() const | KConfigBase | |
readDoubleNumEntry(const QString &pKey, double nDefault=0.0) const | KConfigBase | |
readDoubleNumEntry(const char *pKey, double nDefault=0.0) const | KConfigBase | |
readEntry(const QString &pKey, const QString &aDefault=QString::null) const | KConfigBase | |
readEntry(const char *pKey, const QString &aDefault=QString::null) const | KConfigBase | |
readEntryUntranslated(const QString &pKey, const QString &aDefault=QString::null) const | KConfigBase | |
readEntryUntranslated(const char *pKey, const QString &aDefault=QString::null) const | KConfigBase | |
readEntryUtf8(const char *pKey) const (defined in KConfigBase) | KConfigBase | [protected] |
readFontEntry(const QString &pKey, const QFont *pDefault=0L) const | KConfigBase | |
readFontEntry(const char *pKey, const QFont *pDefault=0L) const | KConfigBase | |
readIntListEntry(const QString &pKey) const | KConfigBase | |
readIntListEntry(const char *pKey) const | KConfigBase | |
readListEntry(const QString &pKey, QStrList &list, char sep= ',') const | KConfigBase | |
readListEntry(const char *pKey, QStrList &list, char sep= ',') const | KConfigBase | |
readListEntry(const QString &pKey, char sep= ',') const | KConfigBase | |
readListEntry(const char *pKey, char sep= ',') const | KConfigBase | |
readLongNumEntry(const QString &pKey, long nDefault=0) const | KConfigBase | |
readLongNumEntry(const char *pKey, long nDefault=0) const | KConfigBase | |
readNum64Entry(const QString &pKey, Q_INT64 nDefault=0) const | KConfigBase | |
readNum64Entry(const char *pKey, Q_INT64 nDefault=0) const | KConfigBase | |
readNumEntry(const QString &pKey, int nDefault=0) const | KConfigBase | |
readNumEntry(const char *pKey, int nDefault=0) const | KConfigBase | |
ReadOnly enum value (defined in KConfigBase) | KConfigBase | |
readPathEntry(const QString &pKey, const QString &aDefault=QString::null) const | KConfigBase | |
readPathEntry(const char *pKey, const QString &aDefault=QString::null) const | KConfigBase | |
readPathListEntry(const QString &pKey, char sep= ',') const | KConfigBase | |
readPathListEntry(const char *pKey, char sep= ',') const | KConfigBase | |
readPointEntry(const QString &pKey, const QPoint *pDefault=0L) const | KConfigBase | |
readPointEntry(const char *pKey, const QPoint *pDefault=0L) const | KConfigBase | |
readPropertyEntry(const QString &pKey, QVariant::Type) const | KConfigBase | |
readPropertyEntry(const char *pKey, QVariant::Type) const | KConfigBase | |
readPropertyEntry(const QString &pKey, const QVariant &aDefault) const | KConfigBase | |
readPropertyEntry(const char *pKey, const QVariant &aDefault) const | KConfigBase | |
readRectEntry(const QString &pKey, const QRect *pDefault=0L) const | KConfigBase | |
readRectEntry(const char *pKey, const QRect *pDefault=0L) const | KConfigBase | |
readSizeEntry(const QString &pKey, const QSize *pDefault=0L) const | KConfigBase | |
readSizeEntry(const char *pKey, const QSize *pDefault=0L) const | KConfigBase | |
readUnsignedLongNumEntry(const QString &pKey, unsigned long nDefault=0) const | KConfigBase | |
readUnsignedLongNumEntry(const char *pKey, unsigned long nDefault=0) const | KConfigBase | |
readUnsignedNum64Entry(const QString &pKey, Q_UINT64 nDefault=0) const | KConfigBase | |
readUnsignedNum64Entry(const char *pKey, Q_UINT64 nDefault=0) const | KConfigBase | |
readUnsignedNumEntry(const QString &pKey, unsigned int nDefault=0) const | KConfigBase | |
readUnsignedNumEntry(const char *pKey, unsigned int nDefault=0) const | KConfigBase | |
ReadWrite enum value (defined in KConfigBase) | KConfigBase | |
reparseConfiguration() | KConfig | [virtual] |
revertToDefault(const QString &key) | KConfigBase | |
rollback(bool bDeep=true) | KConfig | [virtual] |
setDesktopGroup() | KConfigBase | |
setDirty(bool _bDirty=true) | KConfigBase | [inline, protected, virtual] |
setDollarExpansion(bool _bExpand=true) | KConfigBase | [inline] |
setFileWriteMode(int mode) | KConfig | |
setForceGlobal(bool force) | KConfig | [inline] |
setGroup(const QString &group) | KConfigBase | |
setGroup(const QCString &pGroup) | KConfigBase | |
setGroup(const char *pGroup) (defined in KConfigBase) | KConfigBase | |
setLocale() | KConfigBase | [protected] |
setReadDefaults(bool b) | KConfigBase | |
setReadOnly(bool _ro) | KConfigBase | [inline, virtual] |
sync() | KSimpleConfig | [virtual] |
virtual_hook(int id, void *data) (defined in KSimpleConfig) | KSimpleConfig | [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 | |
~KConfig() | KConfig | [virtual] |
~KConfigBase() | KConfigBase | [virtual] |
~KSimpleConfig() | KSimpleConfig | [virtual] |