TDEConfigSkeleton::ItemString Class Reference
#include <tdeconfigskeleton.h>
Inheritance diagram for TDEConfigSkeleton::ItemString:
Public Types | |
enum | Type { Normal , Password , Path } |
Public Member Functions | |
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 |
Detailed Description
Class for handling a string preferences item.
Definition at line 372 of file tdeconfigskeleton.h.
Member Function Documentation
◆ property()
|
virtual |
Return item as property.
Implements TDEConfigSkeletonItem.
Definition at line 96 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 67 of file tdeconfigskeleton.cpp.
◆ setProperty()
|
virtual |
Set item to p
.
Implements TDEConfigSkeletonItem.
Definition at line 91 of file tdeconfigskeleton.cpp.
◆ writeConfig()
|
virtual |
This function is called by TDEConfigSkeleton to write the value of this setting to a config file.
Implements TDEConfigSkeletonItem.
Definition at line 50 of file tdeconfigskeleton.cpp.
The documentation for this class was generated from the following files: