KConfigSkeleton::ItemString Class Reference
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::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 (KConfig *config) |
void | readConfig (KConfig *config) |
void | setProperty (const TQVariant &p) |
TQVariant | property () const |
Detailed Description
Class for handling a string preferences item.
Definition at line 372 of file kconfigskeleton.h.
Member Function Documentation
|
virtual |
Return item as property.
Implements KConfigSkeletonItem.
Definition at line 96 of file kconfigskeleton.cpp.
|
virtual |
This function is called by KConfigSkeleton to read the value for this setting from a config file.
value.
Implements KConfigSkeletonItem.
Definition at line 67 of file kconfigskeleton.cpp.
|
virtual |
|
virtual |
This function is called by KConfigSkeleton to write the value of this setting to a config file.
Implements KConfigSkeletonItem.
Definition at line 50 of file kconfigskeleton.cpp.
The documentation for this class was generated from the following files: