KConfigSkeleton::ItemInt Class Reference
Class for handling an integer preferences item. More...
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemInt:

| Public Member Functions | |
| ItemInt (const QString &group, const QString &key, int &reference, int defaultValue=0) | |
| void | readConfig (KConfig *config) | 
| void | setProperty (const QVariant &p) | 
| QVariant | property () const | 
| QVariant | minValue () const | 
| QVariant | maxValue () const | 
| void | setMinValue (int) | 
| void | setMaxValue (int) | 
Detailed Description
Class for handling an integer preferences item.
Definition at line 443 of file kconfigskeleton.h.
The documentation for this class was generated from the following files:

