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
QCString
obj
QCString
DCOPRef
(object)
returns
a DCOPRef instance
Argument
Type
Default
object
DCOPObject
DCOPRef
(app, obj, type)
returns
a DCOPRef instance
Argument
Type
Default
app
QCString
obj
QCString
type
QCString
app
()
returns
(QCString)
call
(fun)
returns
(DCOPReply)
In versions KDE 3.1.0 and above only
Argument
Type
Default
fun
QCString
callExt
(fun, useEventLoop = NoEventLoop, timeout = -1)
returns
(DCOPReply)
In versions KDE 3.2.0 and above only
Argument
Type
Default
fun
QCString
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
(QCString)
In versions KDE 3.1.0 and above only
object
()
returns
(QCString)
send
(fun)
returns
(bool)
In versions KDE 3.1.0 and above only
Argument
Type
Default
fun
QCString
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
QCString
obj
QCString
setRef
(app, obj, type)
returns
nothing
Argument
Type
Default
app
QCString
obj
QCString
type
QCString
type
()
returns
(QCString)