QXRD
0.11.16
|
#include <qcepdebug.h>
Public Member Functions | |
QcepDebugDictionary () | |
qint64 | debugLevel () const |
void | setDebugLevel (qint64 level) |
QString | message (int val) const |
Static Public Member Functions | |
static QString | hexArg (void *p) |
Protected Member Functions | |
void | setMessage (int val, QString msg) |
Private Attributes | |
qint64 | m_DebugLevel |
QMap< int, QString > | m_Messages |
Definition at line 27 of file qcepdebug.h.
QcepDebugDictionary::QcepDebugDictionary | ( | ) |
Definition at line 6 of file qcepdebug.cpp.
References DEBUG_ALLOCATOR, DEBUG_APP, DEBUG_CONSTRUCTORS, DEBUG_DATABROWSER, DEBUG_DISPLAY, DEBUG_DRAGDROP, DEBUG_IMAGE_CONSTRUCTORS, DEBUG_LOCKING, DEBUG_NOMESSAGES, DEBUG_PREFS, DEBUG_PROPERTIES, DEBUG_QUEUES, DEBUG_SERVER, DEBUG_THREADS, DEBUG_WINDOW, and setMessage().
qint64 QcepDebugDictionary::debugLevel | ( | ) | const |
|
static |
Definition at line 66 of file qcepdebug.cpp.
QString QcepDebugDictionary::message | ( | int | val | ) | const |
Definition at line 51 of file qcepdebug.cpp.
References m_Messages.
Referenced by setMessage().
void QcepDebugDictionary::setDebugLevel | ( | qint64 | level | ) |
|
protected |
Definition at line 56 of file qcepdebug.cpp.
References m_Messages, and message().
Referenced by QcepDebugDictionary(), and QxrdDebugDictionary::QxrdDebugDictionary().
|
private |
Definition at line 42 of file qcepdebug.h.
Referenced by debugLevel(), and setDebugLevel().
|
private |
Definition at line 43 of file qcepdebug.h.
Referenced by message(), and setMessage().