#include <tdeconfigskeleton.h>
Inherits TDEConfigSkeletonGenericItem< T >.
Public Member Functions | |
ItemInt64 (const TQString &group, const TQString &key, TQ_INT64 &reference, TQ_INT64 defaultValue=0) | |
void | readConfig (TDEConfig *config) |
void | setProperty (const TQVariant &p) |
TQVariant | property () const |
TQVariant | minValue () const |
TQVariant | maxValue () const |
void | setMinValue (TQ_INT64) |
void | setMaxValue (TQ_INT64) |
Detailed Description
Class for handling an 64-bit integer preferences item.
Definition at line 472 of file tdeconfigskeleton.h.
Constructor & Destructor Documentation
◆ ItemInt64()
TDEConfigSkeleton::ItemInt64::ItemInt64 | ( | const TQString & | group, |
const TQString & | key, | ||
TQ_INT64 & | reference, | ||
TQ_INT64 | defaultValue = 0 |
||
) |
Definition at line 225 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 262 of file tdeconfigskeleton.cpp.
◆ minValue()
|
virtual |
Return minimum value of item or invalid if not specified.
Reimplemented from TDEConfigSkeletonItem.
Definition at line 255 of file tdeconfigskeleton.cpp.
◆ property()
|
virtual |
Return item as property.
Implements TDEConfigSkeletonItem.
Definition at line 250 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 232 of file tdeconfigskeleton.cpp.
◆ setMaxValue()
void TDEConfigSkeleton::ItemInt64::setMaxValue | ( | TQ_INT64 | v | ) |
Definition at line 275 of file tdeconfigskeleton.cpp.
◆ setMinValue()
void TDEConfigSkeleton::ItemInt64::setMinValue | ( | TQ_INT64 | v | ) |
Definition at line 269 of file tdeconfigskeleton.cpp.
◆ setProperty()
|
virtual |
Set item to p
.
Implements TDEConfigSkeletonItem.
Definition at line 245 of file tdeconfigskeleton.cpp.
The documentation for this class was generated from the following files: