ItemIntList Class Reference
from PyKDE4.kdecore import *
Inherits: KConfigSkeletonItem
Namespace: KCoreConfigSkeleton
Detailed Description
Class for handling an integer list preferences item.
| 
 Methods | 
|  | __init__ (self, QString _group, QString _key, [int] reference, [int] defaultValue=QList()) | 
| bool | isEqual (self, QVariant p) | 
| QVariant | property (self) | 
|  | readConfig (self, KConfig config) | 
|  | readDefault (self, KConfig config) | 
|  | setDefault (self) | 
|  | setDefaultValue (self, [int] v) | 
|  | setProperty (self, QVariant p) | 
|  | setValue (self, [int] v) | 
|  | swapDefault (self) | 
| [int] | value (self) | 
|  | writeConfig (self, KConfig config) | 
Method Documentation
| __init__ | ( | self, |  | 
|  |  | QString | _group, | 
|  |  | QString | _key, | 
|  |  | [int] | reference, | 
|  |  | [int] | defaultValue=QList() | 
|  | ) |  |  |  | 
 
KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
 
KConfigSkeletonItem.isEqual(const QVariant &) const
 
KConfigSkeletonItem.property()
 
| readConfig | ( | self, |  | 
|  |  | KConfig | config | 
|  | ) |  |  |  | 
 
KConfigSkeletonItem.readConfig(KConfig*)
 
| readDefault | ( | self, |  | 
|  |  | KConfig | config | 
|  | ) |  |  |  | 
 
 
| setDefaultValue | ( | self, |  | 
|  |  | [int] | v | 
|  | ) |  |  |  | 
 
 
KConfigSkeletonItem.setProperty(const QVariant&)
 
| setValue | ( | self, |  | 
|  |  | [int] | v | 
|  | ) |  |  |  | 
 
 
| writeConfig | ( | self, |  | 
|  |  | KConfig | config | 
|  | ) |  |  |  |