KConfigSkeleton::ItemDouble Class Reference
Class for handling a floating point preference item. More...
#include <kconfigskeleton.h>
| Public Member Functions | |
| ItemDouble (const QString &group, const QString &key, double &reference, double defaultValue=0) | |
| void | readConfig (KConfig *config) | 
| void | setProperty (const QVariant &p) | 
| QVariant | property () const | 
| QVariant | minValue () const | 
| QVariant | maxValue () const | 
| void | setMinValue (double) | 
| void | setMaxValue (double) | 
Detailed Description
Class for handling a floating point preference item.
Definition at line 623 of file kconfigskeleton.h.
Member Function Documentation
| 
 | 
| This function is called by KConfigSkeleton to read the value for this setting from a config file. value. Implements KConfigSkeletonItem. Definition at line 574 of file kconfigskeleton.cpp. References KConfigBase::readDoubleNumEntry(), and KConfigBase::setGroup(). | 
| 
 | 
| 
Set item to  
 Implements KConfigSkeletonItem. Definition at line 587 of file kconfigskeleton.cpp. References QVariant::toDouble(). | 
| 
 | 
| Return item as property. 
 Implements KConfigSkeletonItem. Definition at line 592 of file kconfigskeleton.cpp. | 
| 
 | 
| Return minimum value of item or invalid if not specified. 
 Reimplemented from KConfigSkeletonItem. Definition at line 597 of file kconfigskeleton.cpp. | 
| 
 | 
| Return maximum value of item or invalid if not specified. 
 Reimplemented from KConfigSkeletonItem. Definition at line 604 of file kconfigskeleton.cpp. | 
The documentation for this class was generated from the following files:

