Public Types |
Public Member Functions |
Public Attributes |
Static Public Attributes |
List of all members
Test Class Reference
#include <dcopidl_test.h>
Inheritance diagram for Test:
Public Types | |
| enum | { Enum1 , Enum2 } |
| enum | NamedEnum { Enum3 , Enum4 } |
Public Member Functions | |
| int | getPageOfObj (int obj) |
| void | setCell (KSpreadTable *table, const TQPoint &point) |
Public Member Functions inherited from DCOPObject | |
| DCOPObject () | |
| DCOPObject (TQObject *obj) | |
| DCOPObject (const TQCString &objId) | |
| virtual | ~DCOPObject () |
| TQCString | objId () const |
| bool | setObjId (const TQCString &objId) |
| virtual bool | process (const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData) |
| virtual bool | processDynamic (const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData) |
| virtual QCStringList | functionsDynamic () |
| virtual QCStringList | interfacesDynamic () |
| virtual QCStringList | interfaces () |
| virtual QCStringList | functions () |
| void | emitDCOPSignal (const TQCString &signal, const TQByteArray &data) |
| bool | connectDCOPSignal (const TQCString &sender, const TQCString &senderObj, const TQCString &signal, const TQCString &slot, bool Volatile) |
| bool | disconnectDCOPSignal (const TQCString &sender, const TQCString &senderObj, const TQCString &signal, const TQCString &slot) |
| DCOPClient * | callingDcopClient () |
| void | setCallingDcopClient (DCOPClient *) |
Public Attributes | |
| SomeForwardFooPrivate * | d |
| k_dcop_signals | __pad0__: void blah_signal() |
Static Public Attributes | |
| static const int | AUDIO_CD = 1 |
| static const int | m_number0 [20] |
Additional Inherited Members | |
Static Public Member Functions inherited from DCOPObject | |
| static bool | hasObject (const TQCString &objId) |
| static DCOPObject * | find (const TQCString &objId) |
| static TQPtrList< DCOPObject > | match (const TQCString &partialId) |
| static TQCString | objectName (TQObject *obj) |
Protected Member Functions inherited from DCOPObject | |
| virtual void | virtual_hook (int id, void *data) |
Detailed Description
This is a stupid comment that might help geiseri at some point in the near future.
blah di blah
Definition at line 33 of file dcopidl/dcopidl_test.h.
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum |
Definition at line 54 of file dcopidl/dcopidl_test.h.
◆ NamedEnum
| enum Test::NamedEnum |
Definition at line 55 of file dcopidl/dcopidl_test.h.
Constructor & Destructor Documentation
◆ Test()
|
inline |
Definition at line 44 of file dcopidl/dcopidl_test.h.
Member Function Documentation
◆ getPageOfObj
| int Test::getPageOfObj | ( | int | obj | ) |
a function comment
- See also
- blah di blah also
Member Data Documentation
◆ __pad0__
| k_dcop_signals Test::__pad0__ |
Definition at line 74 of file dcopidl/dcopidl_test.h.
◆ AUDIO_CD
|
static |
Definition at line 51 of file dcopidl/dcopidl_test.h.
◆ d
| SomeForwardFooPrivate* Test::d |
Definition at line 50 of file dcopidl/dcopidl_test.h.
◆ m_number0
|
static |
Definition at line 53 of file dcopidl/dcopidl_test.h.
The documentation for this class was generated from the following file:
Trinity API Reference
Public Member Functions inherited from