KCoreConfigSkeleton::ItemLongLong Class
class KCoreConfigSkeleton::ItemLongLongClass for handling a 64-bit integer preferences item. More...
Public Functions
| ItemLongLong(const QString &_group, const QString &_key, qint64 &reference, qint64 defaultValue = 0) | |
| void | setMaxValue(qint64) |
| void | setMinValue(qint64) |
Detailed Description
Member Function Documentation
ItemLongLong::ItemLongLong(const QString &_group, const QString &_key, qint64 &reference, qint64 defaultValue = 0)
Constructs a long long item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.
void ItemLongLong::setMaxValue(qint64)
Sets the maximum value for the item.
See also maxValue().
void ItemLongLong::setMinValue(qint64)
Sets the minimum value for the item.
See also minValue().