KCoreConfigSkeleton::ItemPoint Class

class KCoreConfigSkeleton::ItemPoint

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

Public Functions

ItemPoint(const QString &_group, const QString &_key, QPoint &reference, const QPoint &defaultValue = QPoint())

Detailed Description

Member Function Documentation

ItemPoint::ItemPoint(const QString &_group, const QString &_key, QPoint &reference, const QPoint &defaultValue = QPoint())

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