KDECore
KConfigSkeleton::ItemIntList Class Reference
Class for handling an integer list preferences item. More...
#include <kconfigskeleton.h>
Inheritance diagram for KConfigSkeleton::ItemIntList:
Public Member Functions | |
ItemIntList (const QString &group, const QString &key, QValueList< int > &reference, const QValueList< int > &defaultValue=QValueList< int >()) | |
QVariant | property () const |
void | readConfig (KConfig *config) |
void | setProperty (const QVariant &p) |
Detailed Description
Class for handling an integer list preferences item.Definition at line 776 of file kconfigskeleton.h.
Constructor & Destructor Documentation
KConfigSkeleton::ItemIntList::ItemIntList | ( | const QString & | group, | |
const QString & | key, | |||
QValueList< int > & | reference, | |||
const QValueList< int > & | defaultValue = QValueList < int >() | |||
) |
Definition at line 850 of file kconfigskeleton.cpp.
Member Function Documentation
QVariant KConfigSkeleton::ItemIntList::property | ( | ) | const [virtual] |
Return item as property.
Implements KConfigSkeletonItem.
Definition at line 874 of file kconfigskeleton.cpp.
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: