PyKDE - Python Bindings for KDE
class KABC.LDAPUrl
Table of contents
Modules
kabc Classes
All Classes
Module
kabc
Class
KABC.LDAPUrl
Inherits
KURL
enums
Scope
= {Base, One, Sub }
methods
LDAPUrl
()
returns
a LDAPUrl instance
In versions KDE 3.3.0 and above only
LDAPUrl
(url)
returns
a LDAPUrl instance
In versions KDE 3.3.0 and above only
Argument
Type
Default
url
KURL
attributes
()
returns
(TQStringList)
In versions KDE 3.3.0 and above only
dn
()
returns
(TQString)
In versions KDE 3.3.0 and above only
extension
(key)
returns
(KABC.LDAPUrl.Extension)
In versions KDE 3.3.0 and above only
Argument
Type
Default
key
TQString
extension
(key)
returns
(TQString) critical (bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
key
TQString
filter
()
returns
(TQString)
In versions KDE 3.3.0 and above only
hasExtension
(key)
returns
(bool)
In versions KDE 3.3.0 and above only
Argument
Type
Default
key
TQString
parseQuery
()
returns
nothing
In versions KDE 3.3.0 and above only
removeExtension
(key)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
key
TQString
scope
()
returns
(KABC.LDAPUrl.Scope)
In versions KDE 3.3.0 and above only
setAttributes
(attributes)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
attributes
TQStringList
setDn
(dn)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
dn
TQString
setExtension
(key, ext)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
key
TQString
ext
KABC.LDAPUrl.Extension
setExtension
(key, value, critical = 0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
key
TQString
value
TQString
critical
bool
0
setFilter
(filter)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
filter
TQString
setScope
(scope)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
scope
KABC.LDAPUrl.Scope
updateQuery
()
returns
nothing
In versions KDE 3.3.0 and above only