KDebugDCOPIface Class Reference
#include <kdebugdcopiface.h>
Inheritance diagram for KDebugDCOPIface:
Additional Inherited Members | |
Public Member Functions inherited from DCOPObject | |
DCOPObject (TQObject *obj) | |
DCOPObject (const TQCString &objId) | |
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 () |
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) |
Detailed Description
DCOP interface to KDebug.
Definition at line 30 of file kdebugdcopiface.h.
Member Function Documentation
◆ notifyKDebugConfigChanged
void KDebugDCOPIface::notifyKDebugConfigChanged | ( | ) |
The kdebugrc has been changed and should be reparsed now.
This will simply call kdClearDebugConfig
Definition at line 31 of file kdebugdcopiface.cpp.
◆ printBacktrace
void KDebugDCOPIface::printBacktrace | ( | ) |
Print out a kdBacktrace.
Useful when trying to understand why a dialog is popping up, without having to launch gdb
Definition at line 36 of file kdebugdcopiface.cpp.
The documentation for this class was generated from the following files: