#include <testdcop.h>
Inheritance diagram for MyDCOPObject:

Public Slots | |
| QCStringList | functions () |
Public Methods | |
| bool | process (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
Definition at line 45 of file testdcop.h.
|
|
Returns the list of functions understood by the object. It gets reimplemented by the IDL compiler. If you don't use the IDL compiler, consider implementing this function manually if you want your object to be easily scriptable. Rationale: functions() allows an interpreter to do client-side type-casting properly. Note to implementators: remember to call the baseclasses implementation.
Reimplemented from DCOPObject. |
|
||||||||||||||||||||
|
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.
Reimplemented from DCOPObject. |
1.2.18