Public Methods
- MyDCOPObject (const QCString &name)
- bool process (const QCString &fun, const QByteArray &data,
QCString& replyType, QByteArray &replyData)
- void function (const QString &arg1, int arg2)
Public Slots
$QTDIR/bin/moc testdcop.cpp -o testdcop.moc
g++ -o testdcop testdcop.cpp -I$KDEDIR/include -I$QTDIR/include -L$KDEDIR/lib -L$QTDIR/lib -lkdecore -ldl
MyDCOPObject (const QCString &name)
| MyDCOPObject |
bool process (const QCString &fun, const QByteArray &data,
QCString& replyType, QByteArray &replyData)
| process |
Reimplemented from DCOPObject.
void function (const QString &arg1, int arg2)
| function |
void registered (const QCString &appName)
| registered |
[slot]
void unregistered (const QCString &appName)
| unregistered |
[slot]
[slot]
Reimplemented from DCOPObject.
Generated by: root on emperor on Tue Oct 9 11:39:32 2001, using kdoc 2.0a53. |