PyKDE - Python Bindings for KDE
class DrBase
Table of contents
Modules
tdeprint Classes
All Classes
Module
tdeprint
Class
DrBase
Inherits
enums
Type
= {Base = 0, Main, ChoiceGroup, Group, String, Integer, Float, List, Boolean }
methods
DrBase
()
returns
a DrBase instance
In versions KDE 3.1.0 and above only
clone
()
returns
(DrBase)
In versions KDE 3.1.0 and above only
conflict
()
returns
(bool)
In versions KDE 3.1.0 and above only
createItem
(parent, after = 0)
Not Implemented
get
(key)
returns
(TQString)
In versions KDE 3.1.0 and above only
Argument
Type
Default
key
TQString
getOptions
(opts, incldef = 0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
opts
TQMap
incldef
bool
0
has
(key)
returns
(bool)
In versions KDE 3.1.0 and above only
Argument
Type
Default
key
TQString
isOption
()
returns
(bool)
In versions KDE 3.1.0 and above only
name
()
returns
(TQString)
In versions KDE 3.1.0 and above only
prettyText
()
returns
(TQString)
In versions KDE 3.1.0 and above only
set
(key, val)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
key
TQString
val
TQString
setConflict
(on)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
on
bool
setName
(s)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
s
TQString
setOptions
(opts)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
opts
TQMap
setValueText
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
TQString
type
()
returns
(DrBase.Type)
In versions KDE 3.1.0 and above only
valueText
()
returns
(TQString)
In versions KDE 3.1.0 and above only