• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KDECore

Classes | Public Types | Signals | Public Member Functions | Protected Member Functions | List of all members
KCoreConfigSkeleton Class Reference

#include <KCoreConfigSkeleton>

Inheritance diagram for KCoreConfigSkeleton:
Inheritance graph
[legend]

Classes

class  ItemBool
 
class  ItemDateTime
 
class  ItemDouble
 
class  ItemEnum
 
class  ItemInt
 
class  ItemIntList
 
class  ItemLongLong
 
class  ItemPassword
 
class  ItemPath
 
class  ItemPathList
 
class  ItemPoint
 
class  ItemProperty
 
class  ItemRect
 
class  ItemSize
 
class  ItemString
 
class  ItemStringList
 
class  ItemUInt
 
class  ItemULongLong
 
class  ItemUrl
 
class  ItemUrlList
 
class  Private
 

Public Types

typedef ItemLongLong ItemInt64
 
typedef ItemULongLong ItemUInt64
 

Signals

void configChanged ()
 

Public Member Functions

 KCoreConfigSkeleton (const QString &configname=QString(), QObject *parent=0)
 
 KCoreConfigSkeleton (KSharedConfig::Ptr config, QObject *parent=0)
 
virtual ~KCoreConfigSkeleton ()
 
void addItem (KConfigSkeletonItem *, const QString &name=QString())
 
ItemBool * addItemBool (const QString &name, bool &reference, bool defaultValue=false, const QString &key=QString())
 
ItemDateTime * addItemDateTime (const QString &name, QDateTime &reference, const QDateTime &defaultValue=QDateTime(), const QString &key=QString())
 
ItemDouble * addItemDouble (const QString &name, double &reference, double defaultValue=0.0, const QString &key=QString())
 
ItemInt * addItemInt (const QString &name, qint32 &reference, qint32 defaultValue=0, const QString &key=QString())
 
ItemLongLong * addItemInt64 (const QString &name, qint64 &reference, qint64 defaultValue=0, const QString &key=QString())
 
ItemIntList * addItemIntList (const QString &name, QList< int > &reference, const QList< int > &defaultValue=QList< int >(), const QString &key=QString())
 
ItemLongLong * addItemLongLong (const QString &name, qint64 &reference, qint64 defaultValue=0, const QString &key=QString())
 
ItemPassword * addItemPassword (const QString &name, QString &reference, const QString &defaultValue=QLatin1String(""), const QString &key=QString())
 
ItemPath * addItemPath (const QString &name, QString &reference, const QString &defaultValue=QLatin1String(""), const QString &key=QString())
 
ItemPoint * addItemPoint (const QString &name, QPoint &reference, const QPoint &defaultValue=QPoint(), const QString &key=QString())
 
ItemProperty * addItemProperty (const QString &name, QVariant &reference, const QVariant &defaultValue=QVariant(), const QString &key=QString())
 
ItemRect * addItemRect (const QString &name, QRect &reference, const QRect &defaultValue=QRect(), const QString &key=QString())
 
ItemSize * addItemSize (const QString &name, QSize &reference, const QSize &defaultValue=QSize(), const QString &key=QString())
 
ItemString * addItemString (const QString &name, QString &reference, const QString &defaultValue=QLatin1String(""), const QString &key=QString())
 
ItemStringList * addItemStringList (const QString &name, QStringList &reference, const QStringList &defaultValue=QStringList(), const QString &key=QString())
 
ItemUInt * addItemUInt (const QString &name, quint32 &reference, quint32 defaultValue=0, const QString &key=QString())
 
ItemULongLong * addItemUInt64 (const QString &name, quint64 &reference, quint64 defaultValue=0, const QString &key=QString())
 
ItemULongLong * addItemULongLong (const QString &name, quint64 &reference, quint64 defaultValue=0, const QString &key=QString())
 
KConfig * config ()
 
const KConfig * config () const
 
QString currentGroup () const
 
KConfigSkeletonItem * findItem (const QString &name)
 
KConfigSkeletonItem * findItem (const QString &name) const
 
bool isImmutable (const QString &name)
 
bool isImmutable (const QString &name) const
 
KConfigSkeletonItem::List items () const
 
virtual void readConfig ()
 
void setCurrentGroup (const QString &group)
 
virtual void setDefaults ()
 
void setSharedConfig (KSharedConfig::Ptr pConfig)
 
virtual bool useDefaults (bool b)
 
virtual void writeConfig ()
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
 QObject (QObject *parent, const char *name)
 
virtual  ~QObject ()
 
bool blockSignals (bool block)
 
QObject * child (const char *objName, const char *inheritsClass, bool recursiveSearch) const
 
const QObjectList & children () const
 
const char * className () const
 
bool connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const QObject *receiver, const char *method)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method)
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArray > dynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
T findChild (const QString &name) const
 
QList< T > findChildren (const QRegExp &regExp) const
 
QList< T > findChildren (const QString &name) const
 
bool inherits (const char *className) const
 
void insertChild (QObject *object)
 
void installEventFilter (QObject *filterObj)
 
bool isA (const char *className) const
 
bool isWidgetType () const
 
void killTimer (int id)
 
virtual const QMetaObject * metaObject () const
 
void moveToThread (QThread *targetThread)
 
const char * name () const
 
const char * name (const char *defaultName) const
 
QString objectName () const
 
QObject * parent () const
 
QVariant property (const char *name) const
 
void removeChild (QObject *object)
 
void removeEventFilter (QObject *obj)
 
void setName (const char *name)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval)
 
QThread * thread () const
 

Protected Member Functions

virtual void usrReadConfig ()
 
virtual void usrSetDefaults ()
 
virtual bool usrUseDefaults (bool b)
 
virtual void usrWriteConfig ()
 
- Protected Member Functions inherited from QObject
bool checkConnectArgs (const char *signal, const QObject *object, const char *method)
 
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const char *signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const char *signal)
 
int receivers (const char *signal) const
 
QObject * sender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
- Static Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
 
- Properties inherited from QObject
 objectName
 

Detailed Description

Class for handling preferences settings for an application.

Author
Cornelius Schumacher
See also
KConfigSkeletonItem

This class provides an interface to preferences settings. Preferences items can be registered by the addItem() function corresponding to the data type of the setting. KCoreConfigSkeleton then handles reading and writing of config files and setting of default values.

Normally you will subclass KCoreConfigSkeleton, add data members for the preferences settings and register the members in the constructor of the subclass.

Example:

class MyPrefs : public KCoreConfigSkeleton
{
public:
MyPrefs()
{
setCurrentGroup("MyGroup");
addItemBool("MySetting1", mMyBool, false);
addItemPoint("MySetting2", mMyPoint, QPoint(100, 200));
setCurrentGroup("MyOtherGroup");
addItemDouble("MySetting3", mMyDouble, 3.14);
}
bool mMyBool;
QPoint mMyPoint;
double mMyDouble;
}

It might be convenient in many cases to make this subclass of KCoreConfigSkeleton a singleton for global access from all over the application without passing references to the KCoreConfigSkeleton object around.

You can write the data to the configuration file by calling writeConfig() and read the data from the configuration file by calling readConfig(). If you want to watch for config changes, use configChanged() signal.

If you have items, which are not covered by the existing addItem() functions you can add customized code for reading, writing and default setting by implementing the functions usrUseDefaults(), usrReadConfig() and usrWriteConfig().

Internally preferences settings are stored in instances of subclasses of KConfigSkeletonItem. You can also add KConfigSkeletonItem subclasses for your own types and call the generic addItem() to register them.

In many cases you don't have to write the specific KCoreConfigSkeleton subclasses yourself, but you can use The KDE Configuration Compiler to automatically generate the C++ code from an XML description of the configuration options.

Use KConfigSkeleton if you need GUI types as well.

Definition at line 366 of file kcoreconfigskeleton.h.

Member Typedef Documentation

typedef ItemLongLong KCoreConfigSkeleton::ItemInt64

Definition at line 603 of file kcoreconfigskeleton.h.

typedef ItemULongLong KCoreConfigSkeleton::ItemUInt64

Definition at line 736 of file kcoreconfigskeleton.h.

Constructor & Destructor Documentation

KCoreConfigSkeleton::KCoreConfigSkeleton ( const QString &  configname = QString(),
QObject *  parent = 0 
)
explicit

Constructor.

Parameters
confignamename of config file. If no name is given, the default config file as returned by KGlobal::config() is used
parentthe parent object (see QObject documentation)

Definition at line 978 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::KCoreConfigSkeleton ( KSharedConfig::Ptr  config,
QObject *  parent = 0 
)
explicit

Constructor.

Parameters
configconfiguration object to use
parentthe parent object (see QObject documentation)

Definition at line 994 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::~KCoreConfigSkeleton ( )
virtual

Destructor.

Definition at line 1003 of file kcoreconfigskeleton.cpp.

Member Function Documentation

void KCoreConfigSkeleton::addItem ( KConfigSkeletonItem *  item,
const QString &  name = QString() 
)

Register a custom KConfigSkeletonItem with a given name.

If the name parameter is null, take the name from KConfigSkeletonItem::key(). Note that all names must be unique but that multiple entries can have the same key if they reside in different groups.

KCoreConfigSkeleton takes ownership of the KConfigSkeletonItem.

Definition at line 1108 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemBool * KCoreConfigSkeleton::addItemBool ( const QString &  name,
bool &  reference,
bool  defaultValue = false,
const QString &  key = QString() 
)

Register an item of type bool.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1158 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemDateTime * KCoreConfigSkeleton::addItemDateTime ( const QString &  name,
QDateTime &  reference,
const QDateTime &  defaultValue = QDateTime(),
const QString &  key = QString() 
)

Register an item of type QDateTime.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1270 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemDouble * KCoreConfigSkeleton::addItemDouble ( const QString &  name,
double &  reference,
double  defaultValue = 0.0,
const QString &  key = QString() 
)

Register an item of type double.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1230 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemInt * KCoreConfigSkeleton::addItemInt ( const QString &  name,
qint32 &  reference,
qint32  defaultValue = 0,
const QString &  key = QString() 
)

Register an item of type qint32.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1168 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemLongLong * KCoreConfigSkeleton::addItemInt64 ( const QString &  name,
qint64 &  reference,
qint64  defaultValue = 0,
const QString &  key = QString() 
)
Deprecated:
Use addItemLongLong().

Definition at line 1199 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemIntList * KCoreConfigSkeleton::addItemIntList ( const QString &  name,
QList< int > &  reference,
const QList< int > &  defaultValue = QList < int >(),
const QString &  key = QString() 
)

Register an item of type QList<int>.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1290 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemLongLong * KCoreConfigSkeleton::addItemLongLong ( const QString &  name,
qint64 &  reference,
qint64  defaultValue = 0,
const QString &  key = QString() 
)

Register an item of type qint64.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1188 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemPassword * KCoreConfigSkeleton::addItemPassword ( const QString &  name,
QString &  reference,
const QString &  defaultValue = QLatin1String(""),
const QString &  key = QString() 
)

Register a password item of type QString.

The string value is written encrypted to the config file. Note that the current encryption scheme is very weak.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1128 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemPath * KCoreConfigSkeleton::addItemPath ( const QString &  name,
QString &  reference,
const QString &  defaultValue = QLatin1String(""),
const QString &  key = QString() 
)

Register a path item of type QString.

The string value is interpreted as a path. This means, dollar expension is activated for this value, so that e.g. $HOME gets expanded.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1138 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemPoint * KCoreConfigSkeleton::addItemPoint ( const QString &  name,
QPoint &  reference,
const QPoint &  defaultValue = QPoint(),
const QString &  key = QString() 
)

Register an item of type QPoint.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1250 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemProperty * KCoreConfigSkeleton::addItemProperty ( const QString &  name,
QVariant &  reference,
const QVariant &  defaultValue = QVariant(),
const QString &  key = QString() 
)

Register a property item of type QVariant.

Note that only the following QVariant types are allowed: String, StringList, Font, Point, Rect, Size, Color, Int, UInt, Bool, Double, DateTime and Date.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1148 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemRect * KCoreConfigSkeleton::addItemRect ( const QString &  name,
QRect &  reference,
const QRect &  defaultValue = QRect(),
const QString &  key = QString() 
)

Register an item of type QRect.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1240 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemSize * KCoreConfigSkeleton::addItemSize ( const QString &  name,
QSize &  reference,
const QSize &  defaultValue = QSize(),
const QString &  key = QString() 
)

Register an item of type QSize.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1260 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemString * KCoreConfigSkeleton::addItemString ( const QString &  name,
QString &  reference,
const QString &  defaultValue = QLatin1String(""),
const QString &  key = QString() 
)

Register an item of type QString.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1117 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemStringList * KCoreConfigSkeleton::addItemStringList ( const QString &  name,
QStringList &  reference,
const QStringList &  defaultValue = QStringList(),
const QString &  key = QString() 
)

Register an item of type QStringList.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1280 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemUInt * KCoreConfigSkeleton::addItemUInt ( const QString &  name,
quint32 &  reference,
quint32  defaultValue = 0,
const QString &  key = QString() 
)

Register an item of type quint32.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1178 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemULongLong * KCoreConfigSkeleton::addItemUInt64 ( const QString &  name,
quint64 &  reference,
quint64  defaultValue = 0,
const QString &  key = QString() 
)
Deprecated:
Use addItemULongLong().

Definition at line 1220 of file kcoreconfigskeleton.cpp.

KCoreConfigSkeleton::ItemULongLong * KCoreConfigSkeleton::addItemULongLong ( const QString &  name,
quint64 &  reference,
quint64  defaultValue = 0,
const QString &  key = QString() 
)

Register an item of type quint64.

Parameters
nameName used to identify this setting. Names must be unique.
referencePointer to the variable, which is set by readConfig() calls and read by writeConfig() calls.
defaultValueDefault value, which is used when the config file does not yet contain the key of this item.
keyKey used in config file. If key is null, name is used as key.
Returns
The created item

Definition at line 1209 of file kcoreconfigskeleton.cpp.

KConfig * KCoreConfigSkeleton::config ( )

Return the KConfig object used for reading and writing the settings.

Definition at line 1018 of file kcoreconfigskeleton.cpp.

const KConfig * KCoreConfigSkeleton::config ( ) const

Return the KConfig object used for reading and writing the settings.

Definition at line 1023 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::configChanged ( )
signal

This signal is emitted when the configuration change.

QString KCoreConfigSkeleton::currentGroup ( ) const

Returns the current group used for addItem() calls.

Definition at line 1013 of file kcoreconfigskeleton.cpp.

KConfigSkeletonItem * KCoreConfigSkeleton::findItem ( const QString &  name)

Lookup item by name.

Definition at line 1311 of file kcoreconfigskeleton.cpp.

KConfigSkeletonItem * KCoreConfigSkeleton::findItem ( const QString &  name) const

Lookup item by name.

Since
4.4

Definition at line 1316 of file kcoreconfigskeleton.cpp.

bool KCoreConfigSkeleton::isImmutable ( const QString &  name)

Return whether a certain item is immutable.

Definition at line 1300 of file kcoreconfigskeleton.cpp.

bool KCoreConfigSkeleton::isImmutable ( const QString &  name) const

Return whether a certain item is immutable.

Since
4.4

Definition at line 1305 of file kcoreconfigskeleton.cpp.

KConfigSkeletonItem::List KCoreConfigSkeleton::items ( ) const

Return list of items managed by this KCoreConfigSkeleton object.

Definition at line 1033 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::readConfig ( )
virtual

Read preferences from config file.

All registered items are set to the values read from disk. This method calls usrReadConfig() after reading the settings of the registered items from the KConfig. You can overridde usrReadConfig() in derived classes if you have special requirements. If you need more fine-grained control of storing the settings from the registered items you can override readConfig() in a derived class.

Definition at line 1062 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::setCurrentGroup ( const QString &  group)

Set the config file group for subsequent addItem() calls.

It is valid until setCurrentGroup() is called with a new argument. Call this before you add any items. The default value is "No Group".

Definition at line 1008 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::setDefaults ( )
virtual

Set all registered items to their default values.

This method calls usrSetDefaults() after setting the defaults for the registered items. You can overridde usrSetDefaults() in derived classes if you have special requirements. If you need more fine-grained control of setting the default values of the registered items you can override setDefaults() in a derived class.

Definition at line 1053 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::setSharedConfig ( KSharedConfig::Ptr  pConfig)

Set the KSharedConfig object used for reading and writing the settings.

Definition at line 1028 of file kcoreconfigskeleton.cpp.

bool KCoreConfigSkeleton::useDefaults ( bool  b)
virtual

Specify whether this object should reflect the actual values or the default values.

This method is implemented by usrUseDefaults(), which can be overridden in derived classes if you have special requirements and can call usrUseDefaults() directly. If you don't have control whether useDefaults() or usrUseDefaults() is called override useDefaults() directly.

Parameters
btrue to make this object reflect the default values, false to make it reflect the actual values.
Returns
The state prior to this call

Definition at line 1038 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::usrReadConfig ( )
protectedvirtual

Perform the actual reading of the configuration file.

Override in derived classes to read special config values. Called from readConfig()

Definition at line 1100 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::usrSetDefaults ( )
protectedvirtual

Perform the actual setting of default values.

Override in derived classes to set special default values. Called from setDefaults()

Definition at line 1096 of file kcoreconfigskeleton.cpp.

bool KCoreConfigSkeleton::usrUseDefaults ( bool  b)
protectedvirtual

Implemented by subclasses that use special defaults.

It replaces the default values with the actual values and vice versa. Called from useDefaults()

Parameters
btrue to make this object reflect the default values, false to make it reflect the actual values.
Returns
The state prior to this call

Definition at line 1091 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::usrWriteConfig ( )
protectedvirtual

Perform the actual writing of the configuration file.

Override in derived classes to write special config values. Called from writeConfig()

Definition at line 1104 of file kcoreconfigskeleton.cpp.

void KCoreConfigSkeleton::writeConfig ( )
virtual

Write preferences to config file.

The values of all registered items are written to disk. This method calls usrWriteConfig() after writing the settings from the registered items to the KConfig. You can overridde usrWriteConfig() in derived classes if you have special requirements. If you need more fine-grained control of storing the settings from the registered items you can override writeConfig() in a derived class.

Definition at line 1074 of file kcoreconfigskeleton.cpp.


The documentation for this class was generated from the following files:
  • kcoreconfigskeleton.h
  • kcoreconfigskeleton.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KDECore

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

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal