#include <tdeconfigskeleton.h>
Inherits TDEConfigSkeletonGenericItem< T >.
Public Member Functions | |
ItemUInt64 (const TQString &group, const TQString &key, TQ_UINT64 &reference, TQ_UINT64 defaultValue=0) | |
void | readConfig (TDEConfig *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 tdeconfigskeleton.h.
Constructor & Destructor Documentation
◆ ItemUInt64()
TDEConfigSkeleton::ItemUInt64::ItemUInt64 | ( | const TQString & | group, |
const TQString & | key, | ||
TQ_UINT64 & | reference, | ||
TQ_UINT64 | defaultValue = 0 |
||
) |
Definition at line 396 of file tdeconfigskeleton.cpp.
Member Function Documentation
◆ maxValue()
|
virtual |
Return maximum value of item or invalid if not specified.
Reimplemented from TDEConfigSkeletonItem.
Definition at line 433 of file tdeconfigskeleton.cpp.
◆ minValue()
|
virtual |
Return minimum value of item or invalid if not specified.
Reimplemented from TDEConfigSkeletonItem.
Definition at line 426 of file tdeconfigskeleton.cpp.
◆ property()
|
virtual |
Return item as property.
Implements TDEConfigSkeletonItem.
Definition at line 421 of file tdeconfigskeleton.cpp.
◆ readConfig()
|
virtual |
This function is called by TDEConfigSkeleton to read the value for this setting from a config file.
value.
Implements TDEConfigSkeletonItem.
Definition at line 403 of file tdeconfigskeleton.cpp.
◆ setMaxValue()
void TDEConfigSkeleton::ItemUInt64::setMaxValue | ( | TQ_UINT64 | v | ) |
Definition at line 446 of file tdeconfigskeleton.cpp.
◆ setMinValue()
void TDEConfigSkeleton::ItemUInt64::setMinValue | ( | TQ_UINT64 | v | ) |
Definition at line 440 of file tdeconfigskeleton.cpp.
◆ setProperty()
|
virtual |
Set item to p
.
Implements TDEConfigSkeletonItem.
Definition at line 416 of file tdeconfigskeleton.cpp.
The documentation for this class was generated from the following files: