Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'KEntry (./kdelibs/kdecore/kconfigdata.h:31)

struct KEntry
{
  KEntry()
    : aValue(QString::null), bDirty(false), bNLS(false), bGlobal(false) {}
  QString aValue;
  bool    bDirty;  // must the entry be written back to disk?
  bool    bNLS;    // entry should be written with locale tag
  bool    bGlobal; // entry should be written to the global config file

  struct KEntryPrivate;
  KEntryPrivate *d;
};

/**
 * key structure holding both the actual key and the the group
 * to which it belongs.
 * @internal
 */