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

kdecore

KConfigGroup Member List

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

aLocaleStringKConfigBaseprotected
backEndKConfigBaseprotected
bDirtyKConfigBaseprotected
bExpand (defined in KConfigBase)KConfigBasemutableprotected
bLocaleInitialized (defined in KConfigBase)KConfigBaseprotected
bReadOnly (defined in KConfigBase)KConfigBaseprotected
checkConfigFilesWritable(bool warnUser)KConfigBase
ConfigState enum nameKConfigBase
deleteEntry(const TQString &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 TQString &group, bool bDeep=true, bool bGlobal=false)KConfigBase
entryIsImmutable(const TQString &key) const KConfigBase
KConfigBase::getConfigState() const KConfigBase
KConfigBase::group() const KConfigBase
groupIsImmutable() const KConfigGroup
KConfigBase::groupIsImmutable(const TQString &group) const KConfigBase
hasDefault(const TQString &key) const KConfigBase
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)KConfigBaseprotected
KConfigBase::isDirty() const KConfigBaseinline
isDollarExpansion() const KConfigBaseinline
isImmutable() const KConfigBase
isReadOnly() const KConfigBaseinline
KConfigBase()KConfigBase
KConfigGroup(KConfigBase *master, const TQCString &group)KConfigGroup
KConfigGroup(KConfigBase *master, const TQString &group)KConfigGroup
KConfigGroup(KConfigBase *master, const char *group)KConfigGroup
locale() const KConfigBase
lookupData(const KEntryKey &_key) const KConfigGroupvirtual
mGroupKConfigBaseprotected
NoAccess enum value (defined in KConfigBase)KConfigBase
parseConfigFiles()KConfigBaseprotectedvirtual
putData(const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true)KConfigGroupvirtual
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)KConfigBaseprotected
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
revertToDefault(const TQString &key)KConfigBase
setDirty(bool _bDirty)KConfigGroupvirtual
setDollarExpansion(bool _bExpand=true)KConfigBaseinline
KConfigBase::setGroup(const TQString &group)KConfigBase
KConfigBase::setGroup(const TQCString &pGroup)KConfigBase
setGroup(const char *pGroup) (defined in KConfigBase)KConfigBase
setLocale()KConfigBaseprotected
setReadDefaults(bool b)KConfigBase
sync()KConfigGroupvirtual
virtual_hook(int id, void *data) (defined in KConfigGroup)KConfigGroupprotectedvirtual
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)KConfigBaseinline
writeEntry(const char *pKey, const char *pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)KConfigBaseinline
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
~KConfigBase()KConfigBasevirtual

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.8.1.2
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |