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

tdecore

TDEConfigGroup Member List

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

aLocaleStringTDEConfigBaseprotected
backEndTDEConfigBaseprotected
bDirtyTDEConfigBaseprotected
bExpand (defined in TDEConfigBase)TDEConfigBasemutableprotected
bLocaleInitialized (defined in TDEConfigBase)TDEConfigBaseprotected
bReadOnly (defined in TDEConfigBase)TDEConfigBaseprotected
checkConfigFilesWritable(bool warnUser)TDEConfigBase
ConfigState enum nameTDEConfigBase
deleteEntry(const TQString &pKey, bool bNLS=false, bool bGlobal=false)TDEConfigBase
deleteEntry(const char *pKey, bool bNLS=false, bool bGlobal=false)TDEConfigBase
deleteGroup(bool bGlobal=false)TDEConfigGroup
TDEConfigBase::deleteGroup(const TQString &group, bool bDeep=true, bool bGlobal=false)TDEConfigBase
entryIsImmutable(const TQString &key) const TDEConfigBase
TDEConfigBase::getConfigState() const TDEConfigBase
TDEConfigBase::group() const TDEConfigBase
groupIsImmutable() const TDEConfigGroup
TDEConfigBase::groupIsImmutable(const TQString &group) const TDEConfigBase
hasDefault(const TQString &key) const TDEConfigBase
TDEConfigBase::hasGroup(const TQString &group) const TDEConfigBase
hasGroup(const TQCString &_pGroup) const (defined in TDEConfigBase)TDEConfigBase
hasGroup(const char *_pGroup) const (defined in TDEConfigBase)TDEConfigBase
hasKey(const TQString &key) const TDEConfigBase
hasKey(const char *pKey) const (defined in TDEConfigBase)TDEConfigBase
hasTranslatedKey(const char *pKey) const (defined in TDEConfigBase)TDEConfigBaseprotected
TDEConfigBase::isDirty() const TDEConfigBaseinline
isDollarExpansion() const TDEConfigBaseinline
isImmutable() const TDEConfigBase
isReadOnly() const TDEConfigBaseinline
locale() const TDEConfigBase
lookupData(const KEntryKey &_key) const TDEConfigGroupvirtual
mGroupTDEConfigBaseprotected
NoAccess enum value (defined in TDEConfigBase)TDEConfigBase
parseConfigFiles()TDEConfigBaseprotectedvirtual
putData(const KEntryKey &_key, const KEntry &_data, bool _checkGroup=true)TDEConfigGroupvirtual
readBoolEntry(const TQString &pKey, bool bDefault=false) const TDEConfigBase
readBoolEntry(const char *pKey, bool bDefault=false) const TDEConfigBase
readColorEntry(const TQString &pKey, const TQColor *pDefault=0L) const TDEConfigBase
readColorEntry(const char *pKey, const TQColor *pDefault=0L) const TDEConfigBase
readDateTimeEntry(const TQString &pKey, const TQDateTime *pDefault=0L) const TDEConfigBase
readDateTimeEntry(const char *pKey, const TQDateTime *pDefault=0L) const TDEConfigBase
readDefaults() const TDEConfigBase
readDoubleNumEntry(const TQString &pKey, double nDefault=0.0) const TDEConfigBase
readDoubleNumEntry(const char *pKey, double nDefault=0.0) const TDEConfigBase
readEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const TDEConfigBase
readEntry(const char *pKey, const TQString &aDefault=TQString::null) const TDEConfigBase
readEntryUntranslated(const TQString &pKey, const TQString &aDefault=TQString::null) const TDEConfigBase
readEntryUntranslated(const char *pKey, const TQString &aDefault=TQString::null) const TDEConfigBase
readEntryUtf8(const char *pKey) const (defined in TDEConfigBase)TDEConfigBaseprotected
readFontEntry(const TQString &pKey, const TQFont *pDefault=0L) const TDEConfigBase
readFontEntry(const char *pKey, const TQFont *pDefault=0L) const TDEConfigBase
readIntListEntry(const TQString &pKey) const TDEConfigBase
readIntListEntry(const char *pKey) const TDEConfigBase
readListEntry(const TQString &pKey, TQStrList &list, char sep= ',') const TDEConfigBase
readListEntry(const char *pKey, TQStrList &list, char sep= ',') const TDEConfigBase
readListEntry(const TQString &pKey, char sep= ',') const TDEConfigBase
readListEntry(const char *pKey, char sep= ',') const TDEConfigBase
readListEntry(const char *pKey, const TQStringList &aDefault, char sep= ',') const TDEConfigBase
readLongNumEntry(const TQString &pKey, long nDefault=0) const TDEConfigBase
readLongNumEntry(const char *pKey, long nDefault=0) const TDEConfigBase
readNum64Entry(const TQString &pKey, TQ_INT64 nDefault=0) const TDEConfigBase
readNum64Entry(const char *pKey, TQ_INT64 nDefault=0) const TDEConfigBase
readNumEntry(const TQString &pKey, int nDefault=0) const TDEConfigBase
readNumEntry(const char *pKey, int nDefault=0) const TDEConfigBase
ReadOnly enum value (defined in TDEConfigBase)TDEConfigBase
readPathEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const TDEConfigBase
readPathEntry(const char *pKey, const TQString &aDefault=TQString::null) const TDEConfigBase
readPathListEntry(const TQString &pKey, char sep= ',') const TDEConfigBase
readPathListEntry(const char *pKey, char sep= ',') const TDEConfigBase
readPointEntry(const TQString &pKey, const TQPoint *pDefault=0L) const TDEConfigBase
readPointEntry(const char *pKey, const TQPoint *pDefault=0L) const TDEConfigBase
readPropertyEntry(const TQString &pKey, TQVariant::Type) const TDEConfigBase
readPropertyEntry(const char *pKey, TQVariant::Type) const TDEConfigBase
readPropertyEntry(const TQString &pKey, const TQVariant &aDefault) const TDEConfigBase
readPropertyEntry(const char *pKey, const TQVariant &aDefault) const TDEConfigBase
readRectEntry(const TQString &pKey, const TQRect *pDefault=0L) const TDEConfigBase
readRectEntry(const char *pKey, const TQRect *pDefault=0L) const TDEConfigBase
readSizeEntry(const TQString &pKey, const TQSize *pDefault=0L) const TDEConfigBase
readSizeEntry(const char *pKey, const TQSize *pDefault=0L) const TDEConfigBase
readUnsignedLongNumEntry(const TQString &pKey, unsigned long nDefault=0) const TDEConfigBase
readUnsignedLongNumEntry(const char *pKey, unsigned long nDefault=0) const TDEConfigBase
readUnsignedNum64Entry(const TQString &pKey, TQ_UINT64 nDefault=0) const TDEConfigBase
readUnsignedNum64Entry(const char *pKey, TQ_UINT64 nDefault=0) const TDEConfigBase
readUnsignedNumEntry(const TQString &pKey, unsigned int nDefault=0) const TDEConfigBase
readUnsignedNumEntry(const char *pKey, unsigned int nDefault=0) const TDEConfigBase
ReadWrite enum value (defined in TDEConfigBase)TDEConfigBase
revertToDefault(const TQString &key)TDEConfigBase
setDirty(bool _bDirty)TDEConfigGroupvirtual
setDollarExpansion(bool _bExpand=true)TDEConfigBaseinline
TDEConfigBase::setGroup(const TQString &group)TDEConfigBase
TDEConfigBase::setGroup(const TQCString &pGroup)TDEConfigBase
setGroup(const char *pGroup) (defined in TDEConfigBase)TDEConfigBase
setLocale()TDEConfigBaseprotected
setReadDefaults(bool b)TDEConfigBase
sync()TDEConfigGroupvirtual
TDEConfigBase()TDEConfigBase
TDEConfigGroup(TDEConfigBase *master, const TQCString &group)TDEConfigGroup
TDEConfigGroup(TDEConfigBase *master, const TQString &group)TDEConfigGroup
TDEConfigGroup(TDEConfigBase *master, const char *group)TDEConfigGroup
virtual_hook(int id, void *data) (defined in TDEConfigGroup)TDEConfigGroupprotectedvirtual
writeEntry(const TQString &pKey, const TQString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQVariant &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQVariant &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQStrList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQStrList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQValueList< int > &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQValueList< int > &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const char *pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBaseinline
writeEntry(const char *pKey, const char *pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBaseinline
writeEntry(const TQString &pKey, int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, unsigned int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, unsigned int nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, unsigned long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, unsigned long nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, TQ_INT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, TQ_INT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, TQ_UINT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, TQ_UINT64 nValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, double nValue, bool bPersistent=true, bool bGlobal=false, char format= 'g', int precision=6, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, double nValue, bool bPersistent=true, bool bGlobal=false, char format= 'g', int precision=6, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, bool bValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, bool bValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQFont &rFont, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQFont &rFont, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQColor &rColor, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQColor &rColor, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQDateTime &rDateTime, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQDateTime &rDateTime, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQRect &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQRect &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQPoint &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQPoint &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const TQString &pKey, const TQSize &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writeEntry(const char *pKey, const TQSize &rValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writePathEntry(const TQString &pKey, const TQString &path, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writePathEntry(const char *pKey, const TQString &path, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writePathEntry(const char *pKey, const TQString &path, bool bPersistent, bool bGlobal, bool bNLS, bool expand)TDEConfigBase
writePathEntry(const TQString &pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
writePathEntry(const char *pKey, const TQStringList &rValue, char sep= ',', bool bPersistent=true, bool bGlobal=false, bool bNLS=false)TDEConfigBase
~TDEConfigBase()TDEConfigBasevirtual

tdecore

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

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.8.8
This website is maintained by Timothy Pearson.