KDECore
KDebugDBusIface Class Reference
#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
|
slot |
The kdebugrc has been changed and should be reparsed now.
This will simply call kClearDebugConfig
Definition at line 36 of file kdebugdbusiface.cpp.
|
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.