|
|
|
void |
Client "conn" emits the signal "fun" with "data" as arguments. conn is 0L if the dcopserver sends the signal itself
The emitting object is encoded in "fun".
If "excludeSelf" is true, signal is never send to "conn" itself.
bool |
Connects "signal" of the client named "sender" with the "slot" of "receiverObj" in the "conn" client.
If "Volatile" is true the connection will be removed when either "sender" or "conn" unregisters.
If "Volatile" is false the connection will only be removed when "conn" unregisters.
Returns true if succesfull. False on failure. An attempt to create a Volatile connection to a non-existing client results in a failure.
bool |
Disconnects "signal" of the client named "sender" from the "slot" of "receiverObj" in the "conn" client.
If "receiverObj" is empty, every object is disconnected. If "slot" is empty, every slot is disconnected.
Returns true if successfull, false if no connection was found.
void |
Removes all connections related to the "conn" client. This means: All connections for which "conn" is the receiver. All volatile connections for which "conn" is the sender.
QAsciiDict<DCOPSignalConnectionList> |
Generated by: marc@yogi on Tue Mar 27 13:06:05 2001, using kdoc 2.0a48. |