PyKDE - Python Bindings for KDE
class TDEConfigSkeleton.ItemEnum
Table of contents
Modules
tdecore Classes
All Classes
Module
tdecore
Class
TDEConfigSkeleton.ItemEnum
Inherits
TDEConfigSkeleton.ItemInt
methods
ItemEnum
(group, key, reference, choices, defaultValue = 1)
returns
a ItemEnum instance
In versions KDE 3.2.0 and above only
Argument
Type
Default
group
TQString
key
TQString
reference
int
choices
TQValueList
defaultValue
int
1
choices
()
returns
(TQValueList
)
In versions KDE 3.2.0 and above only
readConfig
(config)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
config
TDEConfig
setDefault
()
returns
nothing
In versions KDE 3.2.0 and above only
setDefaultValue
()
returns
a0 (int)
In versions KDE 3.2.0 and above only
setValue
()
returns
a0 (int)
In versions KDE 3.2.0 and above only
swapDefault
()
returns
nothing
In versions KDE 3.2.0 and above only
value
()
returns
(int)
In versions KDE 3.2.0 and above only
writeConfig
(config)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
config
TDEConfig