PyKDE - Python Bindings for KDE
class KConfigSkeleton.ItemDouble
Table of contents
Modules
tdecore Classes
All Classes
Module
tdecore
Class
KConfigSkeleton.ItemDouble
Inherits
KConfigSkeletonItem
methods
ItemDouble
(group, key, reference, defaultValue = 0)
returns
a ItemDouble instance
In versions KDE 3.2.0 and above only
Argument
Type
Default
group
QString
key
QString
reference
double
defaultValue
double
0
maxValue
()
returns
(QVariant)
In versions KDE 3.2.0 and above only
minValue
()
returns
(QVariant)
In versions KDE 3.2.0 and above only
property
()
returns
(QVariant)
In versions KDE 3.2.0 and above only
readConfig
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
KConfig
setDefault
()
returns
nothing
In versions KDE 3.2.0 and above only
setDefaultValue
()
returns
a0 (double)
In versions KDE 3.2.0 and above only
setMaxValue
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
double
setMinValue
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
double
setProperty
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
QVariant
setValue
()
returns
a0 (double)
In versions KDE 3.2.0 and above only
swapDefault
()
returns
nothing
In versions KDE 3.2.0 and above only
value
()
returns
(double)
In versions KDE 3.2.0 and above only
writeConfig
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
KConfig