KConfigSkeleton::ItemUInt64 Class Reference
Class for handling unsigned 64-bit integer preferences item. More...
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemUInt64:

Public Member Functions | |
| ItemUInt64 (const QString &group, const QString &key, Q_UINT64 &reference, Q_UINT64 defaultValue=0) | |
| void | readConfig (KConfig *config) |
| void | setProperty (const QVariant &p) |
| QVariant | property () const |
| QVariant | minValue () const |
| QVariant | maxValue () const |
| void | setMinValue (Q_UINT64) |
| void | setMaxValue (Q_UINT64) |
Detailed Description
Class for handling unsigned 64-bit integer preferences item.
Definition at line 601 of file kconfigskeleton.h.
Member Function Documentation
|
|
This function is called by KConfigSkeleton to read the value for this setting from a config file. value. Implements KConfigSkeletonItem. Definition at line 403 of file kconfigskeleton.cpp. References KConfigSkeletonGenericItem< Q_UINT64 >::mDefault, KConfigSkeletonItem::mGroup, KConfigSkeletonItem::mKey, KConfigSkeletonGenericItem< Q_UINT64 >::mLoadedValue, KConfigSkeletonGenericItem< Q_UINT64 >::mReference, KConfigSkeletonItem::readImmutability(), KConfigBase::readUnsignedNum64Entry(), and KConfigBase::setGroup(). |
|
|
Set item to
Implements KConfigSkeletonItem. Definition at line 416 of file kconfigskeleton.cpp. References KConfigSkeletonGenericItem< Q_UINT64 >::mReference, and QVariant::toULongLong(). |
|
|
Return item as property.
Implements KConfigSkeletonItem. Definition at line 421 of file kconfigskeleton.cpp. References KConfigSkeletonGenericItem< Q_UINT64 >::mReference. |
|
|
Return minimum value of item or invalid if not specified.
Reimplemented from KConfigSkeletonItem. Definition at line 426 of file kconfigskeleton.cpp. |
|
|
Return maximum value of item or invalid if not specified.
Reimplemented from KConfigSkeletonItem. Definition at line 433 of file kconfigskeleton.cpp. |
The documentation for this class was generated from the following files:
