KCoreConfigSkeleton::ItemProperty Class

class KCoreConfigSkeleton::ItemProperty

Class for handling a QVariant preferences item. More...

Public Functions

ItemProperty(const QString &_group, const QString &_key, QVariant &reference, const QVariant &defaultValue = QVariant())

Detailed Description

Member Function Documentation

ItemProperty::ItemProperty(const QString &_group, const QString &_key, QVariant &reference, const QVariant &defaultValue = QVariant())

Constructs a property item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.