• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdecore
 

kdecore

KSharedConfig Member List
This is the complete list of members for KSharedConfig, including all inherited members.
_KShared_count() const KShared [inline]
_KShared_ref() const KShared [inline]
_KShared_unref() const KShared [inline]
aEntryMapKConfig [protected]
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
checkUpdate(const TQString &id, const TQString &updateFile)KConfig
ConfigState enum nameKConfigBase
copyTo(const TQString &file, KConfig *config=0) const KConfig
deleteEntry(const TQString &pKey, bool bNLS=false, bool bGlobal=false)KConfigBase
deleteEntry(const char *pKey, bool bNLS=false, bool bGlobal=false)KConfigBase
deleteGroup(const TQString &group, bool bDeep=true, bool bGlobal=false)KConfigBase
entryIsImmutable(const TQString &key) const KConfigBase
entryMap(const TQString &pGroup) const KConfig [virtual]
forceGlobal() const KConfig [inline]
getConfigState() const KConfigBase
group() const KConfigBase
groupIsImmutable(const TQString &group) const KConfigBase
groupList() const KConfig [virtual]
hasDefault(const TQString &key) const KConfigBase
hasGroup(const TQString &group) const KConfigBase
hasGroup(const TQCString &_pGroup) const (defined in KConfigBase)KConfigBase
hasGroup(const char *_pGroup) const (defined in KConfigBase)KConfigBase
hasKey(const TQString &key) const KConfigBase
hasKey(const char *pKey) const (defined in KConfigBase)KConfigBase
hasTranslatedKey(const char *pKey) const (defined in KConfigBase)KConfigBase [protected]
internalEntryMap(const TQString &pGroup) const KConfig [protected, virtual]
internalEntryMap() const KConfig [inline, protected, virtual]
internalHasGroup(const TQCString &group) const KConfig [protected, virtual]
isDirty() const KConfigBase [inline]
isDollarExpansion() const KConfigBase [inline]
isImmutable() const KConfigBase
isReadOnly() const KConfigBase [inline]
KConfig(const TQString &fileName=TQString::null, bool bReadOnly=false, bool bUseKDEGlobals=true, const char *resType="config")KConfig
KConfig(KConfigBackEnd *backEnd, bool bReadOnly=false) (defined in KConfig)KConfig
KConfigBase()KConfigBase
KShared()KShared [inline]
KShared(const KShared &)KShared [inline]
locale() const KConfigBase
lockFile(bool bGlobal=false)KConfig
lookupData(const KEntryKey &_key) const KConfig [protected, virtual]
mGroupKConfigBase [protected]
NoAccess enum value (defined in KConfigBase)KConfigBase
openConfig(const TQString &fileName, bool readOnly=false, bool bUseKDEGlobals=true)KSharedConfig [static]
operator=(const KShared &)KShared [inline]
parseConfigFiles()KConfigBase [protected, virtual]
Ptr typedef (defined in KSharedConfig)KSharedConfig
putData(const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true)KConfig [protected, virtual]
readBoolEntry(const TQString &pKey, bool bDefault=false) const KConfigBase
readBoolEntry(const char *pKey, bool bDefault=false) const KConfigBase
readColorEntry(const TQString &pKey, const TQColor *pDefault=0L) const KConfigBase
readColorEntry(const char *pKey, const TQColor *pDefault=0L) const KConfigBase
readDateTimeEntry(const TQString &pKey, const TQDateTime *pDefault=0L) const KConfigBase
readDateTimeEntry(const char *pKey, const TQDateTime *pDefault=0L) const KConfigBase
readDefaults() const KConfigBase
readDoubleNumEntry(const TQString &pKey, double nDefault=0.0) const KConfigBase
readDoubleNumEntry(const char *pKey, double nDefault=0.0) const KConfigBase
readEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const KConfigBase
readEntry(const char *pKey, const TQString &aDefault=TQString::null) const KConfigBase
readEntryUntranslated(const TQString &pKey, const TQString &aDefault=TQString::null) const KConfigBase
readEntryUntranslated(const char *pKey, const TQString &aDefault=TQString::null) const KConfigBase
readEntryUtf8(const char *pKey) const (defined in KConfigBase)KConfigBase [protected]
readFontEntry(const TQString &pKey, const TQFont *pDefault=0L) const KConfigBase
readFontEntry(const char *pKey, const TQFont *pDefault=0L) const KConfigBase
readIntListEntry(const TQString &pKey) const KConfigBase
readIntListEntry(const char *pKey) const KConfigBase
readListEntry(const TQString &pKey, TQStrList &list, char sep= ',') const KConfigBase
readListEntry(const char *pKey, TQStrList &list, char sep= ',') const KConfigBase
readListEntry(const TQString &pKey, char sep= ',') const KConfigBase
readListEntry(const char *pKey, char sep= ',') const KConfigBase
readListEntry(const char *pKey, const TQStringList &aDefault, char sep= ',') const KConfigBase
readLongNumEntry(const TQString &pKey, long nDefault=0) const KConfigBase
readLongNumEntry(const char *pKey, long nDefault=0) const KConfigBase
readNum64Entry(const TQString &pKey, TQ_INT64 nDefault=0) const KConfigBase
readNum64Entry(const char *pKey, TQ_INT64 nDefault=0) const KConfigBase
readNumEntry(const TQString &pKey, int nDefault=0) const KConfigBase
readNumEntry(const char *pKey, int nDefault=0) const KConfigBase
ReadOnly enum value (defined in KConfigBase)KConfigBase
readPathEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const KConfigBase
readPathEntry(const char *pKey, const TQString &aDefault=TQString::null) const KConfigBase
readPathListEntry(const TQString &pKey, char sep= ',') const KConfigBase
readPathListEntry(const char *pKey, char sep= ',') const KConfigBase
readPointEntry(const TQString &pKey, const TQPoint *pDefault=0L) const KConfigBase
readPointEntry(const char *pKey, const TQPoint *pDefault=0L) const KConfigBase
readPropertyEntry(const TQString &pKey, TQVariant::Type) const KConfigBase
readPropertyEntry(const char *pKey, TQVariant::Type) const KConfigBase
readPropertyEntry(const TQString &pKey, const TQVariant &aDefault) const KConfigBase
readPropertyEntry(const char *pKey, const TQVariant &aDefault) const KConfigBase
readRectEntry(const TQString &pKey, const TQRect *pDefault=0L) const KConfigBase
readRectEntry(const char *pKey, const TQRect *pDefault=0L) const KConfigBase
readSizeEntry(const TQString &pKey, const TQSize *pDefault=0L) const KConfigBase
readSizeEntry(const char *pKey, const TQSize *pDefault=0L) const KConfigBase
readUnsignedLongNumEntry(const TQString &pKey, unsigned long nDefault=0) const KConfigBase
readUnsignedLongNumEntry(const char *pKey, unsigned long nDefault=0) const KConfigBase
readUnsignedNum64Entry(const TQString &pKey, TQ_UINT64 nDefault=0) const KConfigBase
readUnsignedNum64Entry(const char *pKey, TQ_UINT64 nDefault=0) const KConfigBase
readUnsignedNumEntry(const TQString &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 TQString &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 TQString &group)KConfigBase
setGroup(const TQCString &pGroup)KConfigBase
setGroup(const char *pGroup) (defined in KConfigBase)KConfigBase
setLocale()KConfigBase [protected]
setReadDefaults(bool b)KConfigBase
setReadOnly(bool _ro)KConfigBase [inline, virtual]
sync()KConfigBase [virtual]
TQValueList< KSharedConfig * > (defined in KSharedConfig)KSharedConfig [friend]
virtual_hook(int id, void *data) (defined in KConfig)KConfig [protected, virtual]
writeEntry(const TQString &pKey, const TQString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQVariant &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQVariant &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQStrList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQStrList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQValueList< int > &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQValueList< int > &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &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 TQString &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 TQString &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 TQString &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 TQString &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 TQString &pKey, TQ_INT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, TQ_INT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, TQ_UINT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, TQ_UINT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &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 TQString &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 TQString &pKey, const TQFont &rFont, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQFont &rFont, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQColor &rColor, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQColor &rColor, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQDateTime &rDateTime, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQDateTime &rDateTime, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQRect &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQRect &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQPoint &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQPoint &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const TQString &pKey, const TQSize &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writeEntry(const char *pKey, const TQSize &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const TQString &pKey, const TQString &path, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const char *pKey, const TQString &path, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const TQString &pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
writePathEntry(const char *pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBase
~KConfig()KConfig [virtual]
~KConfigBase()KConfigBase [virtual]
~KShared() (defined in KShared)KShared [inline, protected, virtual]

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdecore

Skip menu "kdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdecore by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |