KDECore
KCoreConfigSkeleton::ItemEnum Class Reference
Class for handling enums. More...
#include <kcoreconfigskeleton.h>
Classes | |
| struct | Choice |
| struct | Choice2 |
Public Member Functions | |
| QList< Choice > | choices () const |
| QList< Choice2 > | choices2 () const |
| ItemEnum (const QString &_group, const QString &_key, qint32 &reference, const QList< Choice2 > &choices, qint32 defaultValue=0) | |
| ItemEnum (const QString &_group, const QString &_key, qint32 &reference, const QList< Choice > &choices, qint32 defaultValue=0) | |
| void | readConfig (KConfig *config) |
| void | writeConfig (KConfig *config) |
Detailed Description
Class for handling enums.
Definition at line 607 of file kcoreconfigskeleton.h.
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 433 of file kcoreconfigskeleton.cpp.
| KCoreConfigSkeleton::ItemEnum::ItemEnum | ( | const QString & | _group, | |
| const QString & | _key, | |||
| qint32 & | reference, | |||
| const QList< Choice2 > & | 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 445 of file kcoreconfigskeleton.cpp.
Member Function Documentation
| QList< KCoreConfigSkeleton::ItemEnum::Choice > KCoreConfigSkeleton::ItemEnum::choices | ( | ) | const |
Definition at line 496 of file kcoreconfigskeleton.cpp.
| QList< KCoreConfigSkeleton::ItemEnum::Choice2 > KCoreConfigSkeleton::ItemEnum::choices2 | ( | ) | const |
Definition at line 506 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 453 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 482 of file kcoreconfigskeleton.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference