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::KDebugDBusIface | ( | ) |
Definition at line 25 of file kdebugdbusiface.cpp.
◆ ~KDebugDBusIface()
KDebugDBusIface::~KDebugDBusIface | ( | ) |
Definition at line 32 of file kdebugdbusiface.cpp.
Member Function Documentation
◆ 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.
◆ 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.