|
|
Dispatches a message.
Usually you want to use an IDL compiler to automatically generate an implementation for this function.
If this function returns false, then processDynamic() is called.
Note to implementators: remember to call the baseclasses implementation. It handles the functions "functions()" and "interfaces()" which return the lists of supported functions and interfaces, respectively. - Parameters:
-
| fun |
is the normalized function signature. Such a signature usually looks like foobar(QString,int). The return type, qualifiers like "const" etc. are not part of the signature. |
| data |
the received data |
| replyType |
write the reply type in this string |
| replyData |
write the reply data in this array |
- Returns:
-
true if successful, false otherwise. The default implementation returns false for all
fun except "functions()" and "interfaces()".
- See also:
-
DCOPClient::normalizeFunctionSignature() , functions() , DCOPClient::process()
Reimplemented from DCOPObject. |