MyDCOPObject Class Reference
Inheritance diagram for MyDCOPObject:

Detailed Description
Definition at line 37 of file dcop_deadlock_test.h.
Public Slots | |
void | slotTimeout () |
void | slotTimeout () |
void | slotTimeout2 () |
void | registered (const QCString &appName) |
void | unregistered (const QCString &appName) |
QCStringList | functions () |
Public Member Functions | |
MyDCOPObject (const QCString &name, const QCString &remoteName) | |
bool | process (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
MyDCOPObject (const QCString &name) | |
bool | process (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
void | function (const QString &arg1, int arg2) |
Member Function Documentation
|
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. Definition at line 139 of file testdcop.cpp. |
|
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. |
|
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. Definition at line 39 of file dcop_deadlock_test.cpp. |
The documentation for this class was generated from the following files: