#include <klfdebug.h>


Public Slots | |
| void | debugObjectDestroyedFromSender () |
| void | debugObjectDestroyed (QObject *object) |
Public Member Functions | |
| void | registerObjectRefInfo (QObject *object, const QString &refInfo) |
Static Public Member Functions | |
| static KLFDebugObjectWatcher * | getWatcher () |
Definition at line 68 of file klfdebug.h.
| void KLFDebugObjectWatcher::debugObjectDestroyed | ( | QObject * | object | ) | [slot] |
Definition at line 959 of file klfdefs.cpp.
References QMetaObject::className(), klfDbg, klfFmtCC, and QObject::metaObject().
| void KLFDebugObjectWatcher::debugObjectDestroyedFromSender | ( | ) | [inline, slot] |
Definition at line 76 of file klfdebug.h.
References QObject::sender().
| KLFDebugObjectWatcher * KLFDebugObjectWatcher::getWatcher | ( | ) | [static] |
Definition at line 938 of file klfdefs.cpp.
| void KLFDebugObjectWatcher::registerObjectRefInfo | ( | QObject * | object, |
| const QString & | refInfo | ||
| ) |
Definition at line 945 of file klfdefs.cpp.