TDEConfigSkeleton::ItemIntList Class Reference
#include <tdeconfigskeleton.h>
Inherits TDEConfigSkeletonGenericItem< T >.
Public Member Functions | |
ItemIntList (const TQString &group, const TQString &key, TQValueList< int > &reference, const TQValueList< int > &defaultValue=TQValueList< int >()) | |
void | readConfig (TDEConfig *config) |
void | setProperty (const TQVariant &p) |
TQVariant | property () const |
![]() | |
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 () |
![]() | |
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 TQVariant | minValue () const |
virtual TQVariant | maxValue () const |
virtual void | setDefault ()=0 |
virtual void | swapDefault ()=0 |
bool | isImmutable () const |
Additional Inherited Members | |
![]() | |
typedef TQValueList < TDEConfigSkeletonItem * > | List |
typedef TQDict < TDEConfigSkeletonItem > | Dict |
typedef TQDictIterator < TDEConfigSkeletonItem > | DictIterator |
![]() | |
void | readImmutability (TDEConfig *config) |
![]() | |
T & | mReference |
T | mDefault |
T | mLoadedValue |
Detailed Description
Class for handling an integer list preferences item.
Definition at line 776 of file tdeconfigskeleton.h.
Member Function Documentation
|
virtual |
Return item as property.
Implements TDEConfigSkeletonItem.
Definition at line 874 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 857 of file tdeconfigskeleton.cpp.
|
virtual |
Set item to p
.
Implements TDEConfigSkeletonItem.
Definition at line 869 of file tdeconfigskeleton.cpp.
The documentation for this class was generated from the following files: