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