|
|
int DCOPAuthCount |
#include <dcopglobal.h>
A DCOPSend message does not expect any reply. data: << fromId << toId << objId << fun << dataSize + data[dataSize]
A DCOPCall message can get a DCOPReply, a DCOPReplyFailed or a DCOPReplyWait message in response. data: << fromId << toId << objId << fun << dataSize + data[dataSize]
DCOPReply is the successfull reply to a DCOPCall message data: << replyType << replyData
DCOPReplyFailed indicates failure of a DCOPCall message data:
DCOPReplyWait indicates that a DCOPCall message is succesfully being processed but that response will come later. data: << transactionId
DCOPReplyDelayed is the successfull reply to a DCOPCall message after a DCOPReplyWait message. data: << fromId << toId << transactionId << replyType << replyData
QDataStream& operator<< ( QDataStream&, const DCOPRef& ref ) |
#include <dcopref.h>
Writes the reference (NOT the object itself) to the stream.
QDataStream& operator>> ( QDataStream&, DCOPRef& ref ) |
#include <dcopref.h>
Reads a reference from the stream.
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:16 2000, using kdoc 2.0a33. |