KConfigSkeleton::ItemInt64 Class Reference
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemInt64:

Detailed Description
Class for handling an 64-bit integer preferences item.
Definition at line 472 of file kconfigskeleton.h.
Public Member Functions | |
| ItemInt64 (const QString &group, const QString &key, Q_INT64 &reference, Q_INT64 defaultValue=0) | |
| void | readConfig (KConfig *config) |
| void | setProperty (const QVariant &p) |
| QVariant | property () const |
| QVariant | minValue () const |
| QVariant | maxValue () const |
| void | setMinValue (Q_INT64) |
| void | setMaxValue (Q_INT64) |
Member Function Documentation
| QVariant KConfigSkeleton::ItemInt64::maxValue | ( | ) | const [virtual] |
Return maximum value of item or invalid if not specified.
Reimplemented from KConfigSkeletonItem.
Definition at line 262 of file kconfigskeleton.cpp.
| QVariant KConfigSkeleton::ItemInt64::minValue | ( | ) | const [virtual] |
Return minimum value of item or invalid if not specified.
Reimplemented from KConfigSkeletonItem.
Definition at line 255 of file kconfigskeleton.cpp.
| QVariant KConfigSkeleton::ItemInt64::property | ( | ) | const [virtual] |
Return item as property.
Implements KConfigSkeletonItem.
Definition at line 250 of file kconfigskeleton.cpp.
| void KConfigSkeleton::ItemInt64::readConfig | ( | KConfig * | config | ) | [virtual] |
This function is called by KConfigSkeleton to read the value for this setting from a config file.
value.
Implements KConfigSkeletonItem.
Definition at line 232 of file kconfigskeleton.cpp.
| void KConfigSkeleton::ItemInt64::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files:

