KDebugDBusIface Class Reference
D-Bus interface to KDebug. More...
#include <kdebugdbusiface_p.h>
Inheritance diagram for KDebugDBusIface:

Public Slots | |
| Q_SCRIPTABLE void | notifyKDebugConfigChanged () |
| Q_SCRIPTABLE void | printBacktrace () |
Public Member Functions | |
| KDebugDBusIface () | |
| ~KDebugDBusIface () | |
Detailed Description
D-Bus interface to KDebug.
Definition at line 30 of file kdebugdbusiface_p.h.
Constructor & Destructor Documentation
| KDebugDBusIface::KDebugDBusIface | ( | ) |
Definition at line 25 of file kdebugdbusiface.cpp.
| KDebugDBusIface::~KDebugDBusIface | ( | ) |
Definition at line 32 of file kdebugdbusiface.cpp.
Member Function Documentation
| void KDebugDBusIface::notifyKDebugConfigChanged | ( | ) | [slot] |
The kdebugrc has been changed and should be reparsed now.
This will simply call kClearDebugConfig
Definition at line 36 of file kdebugdbusiface.cpp.
| void KDebugDBusIface::printBacktrace | ( | ) | [slot] |
Print out a kBacktrace.
Useful when trying to understand why a dialog is popping up, without having to launch gdb
Definition at line 41 of file kdebugdbusiface.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference