| ~TQMessageStream() |
void | absorb(const TQMessageStream& other) |
ostream& | activeStream() |
void | clearMessages() |
void | close() |
void | endProcessInfo(TQMessageStream::InfoType result) |
void | flushBuffer() |
TString | formatClassFunctionArgsMessage(TQMessageStream::MessageType type, TClass* tclass, const TString& fname, const TString& fargs, TString fmt,...) |
TString | formatClassFunctionMessage(TQMessageStream::MessageType type, TClass* tclass, const TString& fname, TString fmt,...) |
TString | formatFileLineMessage(TQMessageStream::MessageType type, const TString& file, int line, TString fmt,...) |
TString | formatFunctionArgsMessage(TQMessageStream::MessageType type, const TString& fname, const TString& fargs, TString fmt,...) |
TString | formatFunctionMessage(TQMessageStream::MessageType type, const TString& fname, TString fmt,...) |
TString | formatMessage(TQMessageStream::MessageType type, TString fmt,...) |
const TString& | getFilename() |
static unsigned int | getGlobMessageCount(TQMessageStream::MessageType type) |
TString | getLineEnd() |
TString | getMessages() |
TString | getStatusString() |
bool | isCERR() |
bool | isCOUT() |
bool | isFile() |
bool | isGood() |
void | newline() |
void | newlines(size_t n) |
bool | open(const TString& fname, bool append = false) |
TQMessageStream& | operator=(const TQMessageStream& other) |
static void | printGlobAlertMessageCount() |
static void | printGlobMessageCount() |
static bool | printGlobMessageCount(TQMessageStream::MessageType type, bool onlyNonZero = false) |
void | reopen(bool append = true) |
void | resetTmpMessageCount() |
void | sendClassFunctionArgsMessage(TQMessageStream::MessageType type, TClass* tclass, const TString& fname, const TString& fargs, TString fmt,...) |
void | sendClassFunctionMessage(TQMessageStream::MessageType type, TClass* tclass, const TString& fname, TString fmt,...) |
void | sendFileLineMessage(TQMessageStream::MessageType type, const TString& file, int line, TString fmt,...) |
void | sendFunctionArgsMessage(TQMessageStream::MessageType type, const TString& fname, const TString& fargs, TString fmt,...) |
void | sendFunctionMessage(TQMessageStream::MessageType type, const TString& fname, TString fmt,...) |
void | sendMessage(TQMessageStream::MessageType type, TString,...) |
void | setLineEnd(const TString& s) |
void | startBuffer() |
void | startProcessInfo(TQMessageStream::MessageType type, int lineWidth, const TString& align, TString fmt,...) |
| TQMessageStream() |
| TQMessageStream(const TString& filename, bool _colors = false) |
| TQMessageStream(ostream& _stream, bool _owner = false, bool _colors = true) |
| TQMessageStream(ostream* _stream, bool _owner = false, bool _colors = true) |
void | writeMessagesToStdout() |