#include <tdeconfigskeleton.h>

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 Enumeration Documentation
◆ Type
enum TDEConfigSkeleton::ItemString::Type |
Definition at line 375 of file tdeconfigskeleton.h.
Constructor & Destructor Documentation
◆ ItemString()
TDEConfigSkeleton::ItemString::ItemString | ( | const TQString & | group, |
const TQString & | key, | ||
TQString & | reference, | ||
const TQString & | defaultValue = TQString::fromLatin1("") , |
||
Type | type = Normal |
||
) |
Definition at line 41 of file tdeconfigskeleton.cpp.
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: