PyKDE - Python Bindings for KDE
class DCOPRef
Table of contents
Modules
dcop Classes
All Classes
Module
dcop
Class
DCOPRef
Inherits
enums
EventLoopFlag
= {NoEventLoop, UseEventLoop }
methods
DCOPRef
()
returns
a DCOPRef instance
DCOPRef
(ref)
returns
a DCOPRef instance
Argument
Type
Default
ref
DCOPRef
DCOPRef
(app, obj)
returns
a DCOPRef instance
Argument
Type
Default
app
TQCString
obj
TQCString
DCOPRef
(object)
returns
a DCOPRef instance
Argument
Type
Default
object
DCOPObject
DCOPRef
(app, obj, type)
returns
a DCOPRef instance
Argument
Type
Default
app
TQCString
obj
TQCString
type
TQCString
app
()
returns
(TQCString)
call
(fun)
returns
(DCOPReply)
In versions KDE 3.1.0 and above only
Argument
Type
Default
fun
TQCString
callExt
(fun, useEventLoop = NoEventLoop, timeout = -1)
returns
(DCOPReply)
In versions KDE 3.2.0 and above only
Argument
Type
Default
fun
TQCString
useEventLoop
DCOPRef.EventLoopFlag
NoEventLoop
timeout
int
-1
clear
()
returns
nothing
dcopClient
()
returns
(DCOPClient)
In versions KDE 3.1.0 and above only
isNull
()
returns
(bool)
obj
()
returns
(TQCString)
In versions KDE 3.1.0 and above only
object
()
returns
(TQCString)
send
(fun)
returns
(bool)
In versions KDE 3.1.0 and above only
Argument
Type
Default
fun
TQCString
setDCOPClient
(client)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
client
DCOPClient
setRef
(app, obj)
returns
nothing
Argument
Type
Default
app
TQCString
obj
TQCString
setRef
(app, obj, type)
returns
nothing
Argument
Type
Default
app
TQCString
obj
TQCString
type
TQCString
type
()
returns
(TQCString)