KCoreConfigSkeleton::ItemInt Class

class KCoreConfigSkeleton::ItemInt

Public Functions

ItemInt(const QString &_group, const QString &_key, qint32 &reference, qint32 defaultValue = 0)
void setMaxValue(qint32)
void setMinValue(qint32)

Detailed Description

Class for handling a 32-bit integer preferences item.

Member Function Documentation

ItemInt::ItemInt(const QString &_group, const QString &_key, qint32 &reference, qint32 defaultValue = 0)

void ItemInt::setMaxValue(qint32)

Set the maximum value for the item.

See also maxValue.

void ItemInt::setMinValue(qint32)

Set the minimum value for the item.

See also minValue().