Vidalia 0.2.12
|
Public Member Functions | |
Stream (QtMsgType t, const QString &fmt) | |
Public Attributes | |
QtMsgType | type |
QString | buf |
int | ref |
Definition at line 25 of file tcglobal.h.
tc::DebugMessage::Stream::Stream | ( | QtMsgType | t, |
const QString & | fmt | ||
) | [inline] |
Definition at line 26 of file tcglobal.h.
QString tc::DebugMessage::Stream::buf |
Log message buffer.
Definition at line 29 of file tcglobal.h.
Referenced by tc::DebugMessage::arg(), and tc::DebugMessage::~DebugMessage().
Reference counter.
Definition at line 30 of file tcglobal.h.
Referenced by tc::DebugMessage::DebugMessage(), and tc::DebugMessage::~DebugMessage().
QtMsgType tc::DebugMessage::Stream::type |
DebugMessage severity level.
Definition at line 28 of file tcglobal.h.
Referenced by tc::DebugMessage::~DebugMessage().