KDECore
KCoreConfigSkeleton::ItemEnum Class Reference
#include <kcoreconfigskeleton.h>
Inheritance diagram for KCoreConfigSkeleton::ItemEnum:

Detailed Description
Class for handling enums.Definition at line 594 of file kcoreconfigskeleton.h.
Public Member Functions | |
QList< Choice > | choices () const |
ItemEnum (const QString &_group, const QString &_key, qint32 &reference, const QList< Choice > &choices, qint32 defaultValue=0) | |
void | readConfig (KConfig *config) |
void | writeConfig (KConfig *config) |
Classes | |
struct | Choice |
Constructor & Destructor Documentation
KCoreConfigSkeleton::ItemEnum::ItemEnum | ( | const QString & | _group, | |
const QString & | _key, | |||
qint32 & | reference, | |||
const QList< Choice > & | choices, | |||
qint32 | defaultValue = 0 | |||
) |
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
- Parameters:
-
choices The list of enums that can be stored in this item
Definition at line 424 of file kcoreconfigskeleton.cpp.
Member Function Documentation
QList< KCoreConfigSkeleton::ItemEnum::Choice > KCoreConfigSkeleton::ItemEnum::choices | ( | ) | const |
Definition at line 475 of file kcoreconfigskeleton.cpp.
void KCoreConfigSkeleton::ItemEnum::readConfig | ( | KConfig * | config | ) | [virtual] |
This function is called by KCoreConfigSkeleton to read the value for this setting from a config file.
Reimplemented from KCoreConfigSkeleton::ItemInt.
Definition at line 432 of file kcoreconfigskeleton.cpp.
void KCoreConfigSkeleton::ItemEnum::writeConfig | ( | KConfig * | config | ) | [virtual] |
This function is called by KCoreConfigSkeleton to write the value of this setting to a config file.
Reimplemented from KConfigSkeletonGenericItem< qint32 >.
Definition at line 461 of file kcoreconfigskeleton.cpp.
The documentation for this class was generated from the following files: