class DCOPRef
|
If you want to return a reference to another DCOP
object in a DCOP interface, then you have to return
a DCOPRef object. More... |
|
|
Public Methods
- DCOPRef ()
- DCOPRef ( const DCOPRef& ref )
- DCOPRef ( const QCString& app, const QCString& obj )
- bool isNull () const
- QCString app () const
- QCString object () const
- DCOPRef& operator= ( const DCOPRef& )
- void setRef ( const QCString& app, const QCString& obj )
- void clear ()
Detailed Description
If you want to return a reference to another DCOP
object in a DCOP interface, then you have to return
a DCOPRef object.
Creates a null reference.
Copy constructor.
DCOPRef ( const QCString& app, const QCString& obj )
|
Creates a reference to a certain object in a
certain application.
Parameters:
app | is the name of an application as registered
be the dcopserver.
|
[const]
Tests wether it is a null reference.
[const]
Name of the application in which the object resides.
[const]
Object ID of the referenced object.
void setRef ( const QCString& app, const QCString& obj )
|
Change the referenced object.
Make it a null reference.
- Author: Torben Weis <weis@kde.org>
- Generated: root@tantive.terraplex.com on Sun Feb 27 17:39:16 2000, using kdoc 2.0a33.