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

tdecore

Public Attributes | Related Functions | List of all members
KEntry Struct Reference

#include <tdeconfigdata.h>

Public Attributes

TQCString mValue
 
bool bDirty:1
 
bool bNLS:1
 
bool bGlobal:1
 
bool bImmutable:1
 
bool bDeleted:1
 
bool bExpand:1
 

Related Functions

(Note that these are not member functions.)

typedef TQMap< KEntryKey, KEntry > KEntryMap
 
typedef TQMap< KEntryKey, KEntry >::Iterator KEntryMapIterator
 
typedef TQMap< KEntryKey, KEntry >::ConstIterator KEntryMapConstIterator
 

Detailed Description

map/dict/list config node entry.

Definition at line 32 of file tdeconfigdata.h.

Constructor & Destructor Documentation

◆ KEntry()

KEntry::KEntry ( )
inline

Definition at line 34 of file tdeconfigdata.h.

Friends And Related Function Documentation

◆ KEntryMap

typedef TQMap<KEntryKey, KEntry> KEntryMap
related

type specifying a map of entries (key,value pairs).

The keys are actually a key in a particular config file group together with the group name.

Definition at line 128 of file tdeconfigdata.h.

◆ KEntryMapConstIterator

typedef TQMap<KEntryKey,KEntry>::ConstIterator KEntryMapConstIterator
related

type for iterating over keys in a KEntryMap in sorted order.

It is const, thus you cannot change the entries in the iterator, only examine them.

Definition at line 144 of file tdeconfigdata.h.

◆ KEntryMapIterator

typedef TQMap<KEntryKey,KEntry>::Iterator KEntryMapIterator
related

type for iterating over keys in a KEntryMap in sorted order.

Definition at line 135 of file tdeconfigdata.h.

Member Data Documentation

◆ bDeleted

bool KEntry::bDeleted

Entry has been deleted.

Definition at line 57 of file tdeconfigdata.h.

◆ bDirty

bool KEntry::bDirty

Must the entry be written back to disk?

Definition at line 41 of file tdeconfigdata.h.

◆ bExpand

bool KEntry::bExpand

Whether to apply dollar expansion or not.

Definition at line 61 of file tdeconfigdata.h.

◆ bGlobal

bool KEntry::bGlobal

Entry should be written to the global config file.

Definition at line 49 of file tdeconfigdata.h.

◆ bImmutable

bool KEntry::bImmutable

Entry can not be modified.

Definition at line 53 of file tdeconfigdata.h.

◆ bNLS

bool KEntry::bNLS

Entry should be written with locale tag.

Definition at line 45 of file tdeconfigdata.h.

◆ mValue

TQCString KEntry::mValue

Definition at line 37 of file tdeconfigdata.h.


The documentation for this struct was generated from the following file:
  • tdeconfigdata.h

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
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.4
This website is maintained by Timothy Pearson.