#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) |
Public Member Functions inherited from TDEConfigSkeletonGenericItem< T > | |
| TDEConfigSkeletonGenericItem (const TQString &group, const TQString &key, T &reference, T defaultValue) | |
| void | setValue (const T &v) |
| T & | value () |
| const T & | value () const |
| virtual void | setDefaultValue (const T &v) |
| virtual void | setDefault () |
| virtual void | writeConfig (TDEConfig *config) |
| void | readDefault (TDEConfig *config) |
| void | swapDefault () |
Public Member Functions inherited from TDEConfigSkeletonItem | |
| TDEConfigSkeletonItem (const TQString &group, const TQString &key) | |
| virtual | ~TDEConfigSkeletonItem () |
| void | setGroup (const TQString &group) |
| TQString | group () const |
| void | setKey (const TQString &key) |
| TQString | key () const |
| void | setName (const TQString &name) |
| TQString | name () const |
| void | setLabel (const TQString &l) |
| TQString | label () const |
| void | setWhatsThis (const TQString &w) |
| TQString | whatsThis () const |
| virtual void | writeConfig (TDEConfig *)=0 |
| virtual void | readDefault (TDEConfig *)=0 |
| virtual void | setDefault ()=0 |
| virtual void | swapDefault ()=0 |
| bool | isImmutable () const |
Additional Inherited Members | |
Public Types inherited from TDEConfigSkeletonItem | |
|
typedef TQValueList < TDEConfigSkeletonItem * > | List |
|
typedef TQDict < TDEConfigSkeletonItem > | Dict |
|
typedef TQDictIterator < TDEConfigSkeletonItem > | DictIterator |
Protected Member Functions inherited from TDEConfigSkeletonItem | |
| void | readImmutability (TDEConfig *config) |
Protected Attributes inherited from TDEConfigSkeletonGenericItem< T > | |
| T & | mReference |
| T | mDefault |
| T | mLoadedValue |
Detailed Description
Class for handling unsigned 64-bit integer preferences item.
Definition at line 601 of file tdeconfigskeleton.h.
Member Function Documentation
|
virtual |
Return maximum value of item or invalid if not specified.
Reimplemented from TDEConfigSkeletonItem.
Definition at line 433 of file tdeconfigskeleton.cpp.
|
virtual |
Return minimum value of item or invalid if not specified.
Reimplemented from TDEConfigSkeletonItem.
Definition at line 426 of file tdeconfigskeleton.cpp.
|
virtual |
Return item as property.
Implements TDEConfigSkeletonItem.
Definition at line 421 of file tdeconfigskeleton.cpp.
|
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.
|
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:
Trinity API Reference
Public Member Functions inherited from