PyKDE - Python Bindings for KDE
class KConfigSkeleton.ItemULong
Table of contents
Modules
tdecore Classes
All Classes
Module
tdecore
Class
KConfigSkeleton.ItemULong
Inherits
KConfigSkeletonItem
methods
ItemULong
(group, key, reference, defaultValue = 1)
returns
a ItemULong instance
In versions KDE 3.2.0 and above only
Argument
Type
Default
group
TQString
key
TQString
reference
ulong
defaultValue
ulong
1
maxValue
()
returns
(TQVariant)
In versions KDE 3.2.0 and above only
minValue
()
returns
(TQVariant)
In versions KDE 3.2.0 and above only
property
()
returns
(TQVariant)
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 (ulong)
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
ulong
setMinValue
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
ulong
setProperty
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
TQVariant
setValue
()
returns
a0 (ulong)
In versions KDE 3.2.0 and above only
swapDefault
()
returns
nothing
In versions KDE 3.2.0 and above only
value
()
returns
(ulong)
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