TDEConfigSkeleton::ItemPath Class Reference
#include <tdeconfigskeleton.h>
Inheritance diagram for TDEConfigSkeleton::ItemPath:
Public Member Functions | |
| ItemPath (const TQString &group, const TQString &key, TQString &reference, const TQString &defaultValue=TQString::null) | |
Public Member Functions inherited from TDEConfigSkeleton::ItemString | |
| ItemString (const TQString &group, const TQString &key, TQString &reference, const TQString &defaultValue=TQString::fromLatin1(""), Type type=Normal) | |
| void | writeConfig (TDEConfig *config) |
| void | readConfig (TDEConfig *config) |
| void | setProperty (const TQVariant &p) |
| TQVariant | property () const |
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 | 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 | |
Public Types inherited from TDEConfigSkeleton::ItemString | |
| enum | Type { Normal, Password, Path } |
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 a path preferences item.
Definition at line 405 of file tdeconfigskeleton.h.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from