ItemULongLong Class Reference
from PyKDE4.kdecore import *
Inherits: KConfigSkeletonItem
Namespace: KCoreConfigSkeleton
Detailed Description
Methods |
| __init__ (self, QString _group, QString _key, quint64 reference, quint64 defaultValue=0) |
bool | isEqual (self, QVariant p) |
QVariant | maxValue (self) |
QVariant | minValue (self) |
QVariant | property (self) |
| readConfig (self, KConfig config) |
| readDefault (self, KConfig config) |
| setDefault (self) |
| setDefaultValue (self, quint64 v) |
| setMaxValue (self, quint64 a0) |
| setMinValue (self, quint64 a0) |
| setProperty (self, QVariant p) |
| setValue (self, quint64 v) |
| swapDefault (self) |
quint64 | value (self) |
| writeConfig (self, KConfig config) |
Method Documentation
__init__ |
( |
self, |
|
|
|
QString |
_group, |
|
|
QString |
_key, |
|
|
quint64 |
reference, |
|
|
quint64 |
defaultValue=0 |
|
) |
|
|
|
KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
KConfigSkeletonItem.isEqual(const QVariant &)
KConfigSkeletonItem.property()
readConfig |
( |
self, |
|
|
|
KConfig |
config |
|
) |
|
|
|
KConfigSkeletonItem.readConfig(KConfig*)
readDefault |
( |
self, |
|
|
|
KConfig |
config |
|
) |
|
|
|
setDefaultValue |
( |
self, |
|
|
|
quint64 |
v |
|
) |
|
|
|
setMaxValue |
( |
self, |
|
|
|
quint64 |
a0 |
|
) |
|
|
|
ItemInt.setMaxValue(qint32)
setMinValue |
( |
self, |
|
|
|
quint64 |
a0 |
|
) |
|
|
|
ItemInt.setMinValue(qint32)
KConfigSkeletonItem.setProperty(const QVariant&)
setValue |
( |
self, |
|
|
|
quint64 |
v |
|
) |
|
|
|
writeConfig |
( |
self, |
|
|
|
KConfig |
config |
|
) |
|
|
|