KConfigSkeleton::ItemBool Class Reference
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemBool:

Detailed Description
Class for handling a bool preferences item.
Definition at line 432 of file kconfigskeleton.h.
Public Member Functions | |
| ItemBool (const QString &group, const QString &key, bool &reference, bool defaultValue=true) | |
| void | readConfig (KConfig *config) |
| void | setProperty (const QVariant &p) |
| QVariant () const | |
Member Function Documentation
| void KConfigSkeleton::ItemBool::readConfig | ( | KConfig * | ) | [virtual] |
This function is called by KConfigSkeleton to read the value for this setting from a config file.
value.
Implements KConfigSkeletonItem.
Definition at line 148 of file kconfigskeleton.cpp.
| void KConfigSkeleton::ItemBool::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files:

