KCoreConfigSkeleton::ItemULongLong Class

class KCoreConfigSkeleton::ItemULongLong

Class for handling unsigned 64-bit integer preferences item. More...

Public Functions

ItemULongLong(const QString &_group, const QString &_key, quint64 &reference, quint64 defaultValue = 0)
void setMaxValue(quint64)
void setMinValue(quint64)

Detailed Description

Member Function Documentation

ItemULongLong::ItemULongLong(const QString &_group, const QString &_key, quint64 &reference, quint64 defaultValue = 0)

Constructs an unsigned long long item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.

void ItemULongLong::setMaxValue(quint64)

Sets the maximum value for the item.

See also maxValue().

void ItemULongLong::setMinValue(quint64)

Sets the minimum value for the item.

See also minValue().