KDECore
KCoreConfigSkeleton::ItemPathList Class Reference
Class for handling a path list preferences item. More...
#include <kcoreconfigskeleton.h>
Inheritance diagram for KCoreConfigSkeleton::ItemPathList:

Public Member Functions | |
ItemPathList (const QString &_group, const QString &_key, QStringList &reference, const QStringList &defaultValue=QStringList()) | |
void | readConfig (KConfig *config) |
void | writeConfig (KConfig *config) |
Detailed Description
Class for handling a path list preferences item.Definition at line 902 of file kcoreconfigskeleton.h.
Constructor & Destructor Documentation
KCoreConfigSkeleton::ItemPathList::ItemPathList | ( | const QString & | _group, | |
const QString & | _key, | |||
QStringList & | reference, | |||
const QStringList & | defaultValue = QStringList() | |||
) |
Constructor.
- Parameters:
-
_group Config file group. _key Config file key.
- Parameters:
-
reference The initial value to hold in the item defaultValue The default value for the item
Definition at line 861 of file kcoreconfigskeleton.cpp.
Member Function Documentation
void KCoreConfigSkeleton::ItemPathList::readConfig | ( | KConfig * | config | ) | [virtual] |
This function is called by KCoreConfigSkeleton to read the value for this setting from a config file.
Reimplemented from KCoreConfigSkeleton::ItemStringList.
Definition at line 868 of file kcoreconfigskeleton.cpp.
void KCoreConfigSkeleton::ItemPathList::writeConfig | ( | KConfig * | config | ) | [virtual] |
This function is called by KCoreConfigSkeleton to write the value of this setting to a config file.
Reimplemented from KConfigSkeletonGenericItem< QStringList >.
Definition at line 880 of file kcoreconfigskeleton.cpp.
The documentation for this class was generated from the following files: