KDECore
KConfigSkeleton::ItemUInt64 Class Reference
Class for handling unsigned 64-bit integer preferences item. More...
#include <kconfigskeleton.h>
Public Member Functions | |
ItemUInt64 (const QString &group, const QString &key, Q_UINT64 &reference, Q_UINT64 defaultValue=0) | |
QVariant | maxValue () const |
QVariant | minValue () const |
QVariant | property () const |
void | readConfig (KConfig *config) |
void | setMaxValue (Q_UINT64) |
void | setMinValue (Q_UINT64) |
void | setProperty (const QVariant &p) |
Detailed Description
Class for handling unsigned 64-bit integer preferences item.Definition at line 601 of file kconfigskeleton.h.
Constructor & Destructor Documentation
KConfigSkeleton::ItemUInt64::ItemUInt64 | ( | const QString & | group, | |
const QString & | key, | |||
Q_UINT64 & | reference, | |||
Q_UINT64 | defaultValue = 0 | |||
) |
Definition at line 396 of file kconfigskeleton.cpp.
Member Function Documentation
QVariant KConfigSkeleton::ItemUInt64::maxValue | ( | ) | const [virtual] |
Return maximum value of item or invalid if not specified.
Reimplemented from KConfigSkeletonItem.
Definition at line 433 of file kconfigskeleton.cpp.
QVariant KConfigSkeleton::ItemUInt64::minValue | ( | ) | const [virtual] |
Return minimum value of item or invalid if not specified.
Reimplemented from KConfigSkeletonItem.
Definition at line 426 of file kconfigskeleton.cpp.
QVariant KConfigSkeleton::ItemUInt64::property | ( | ) | const [virtual] |
Return item as property.
Implements KConfigSkeletonItem.
Definition at line 421 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemUInt64::readConfig | ( | KConfig * | ) | [virtual] |
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.
void KConfigSkeleton::ItemUInt64::setMaxValue | ( | Q_UINT64 | v | ) |
Definition at line 446 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemUInt64::setMinValue | ( | Q_UINT64 | v | ) |
Definition at line 440 of file kconfigskeleton.cpp.
void KConfigSkeleton::ItemUInt64::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files: