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

Detailed Description
Class for handling an integer list preferences item.
Definition at line 776 of file kconfigskeleton.h.
Public Member Functions | |
| ItemIntList (const QString &group, const QString &key, QValueList< int > &reference, const QValueList< int > &defaultValue=QValueList< int >()) | |
| void | readConfig (KConfig *config) |
| void | setProperty (const QVariant &p) |
| QVariant () const | |
Member Function Documentation
| void KConfigSkeleton::ItemIntList::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 857 of file kconfigskeleton.cpp.
| void KConfigSkeleton::ItemIntList::setProperty | ( | const QVariant & | p | ) | [virtual] |
The documentation for this class was generated from the following files:

