#include <lobtracestreamqt.h>
Inheritance diagram for LobTraceStreamQt::
Public Methods | |
LobTraceStreamQt (LobTraceProvider *tp=&g_lobTraceProvider) | |
constructor. More... | |
LobTraceStreamQt & | operator<< (const int ¶m) |
concatenates an integer to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (const char *param) |
concatenates a char* to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (const double ¶m) |
concatenates a double to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (LobTraceStreamEnd ¶m) |
this is the trigger that will write the buffer to the stream. More... | |
LobTraceStreamQt & | operator<< (QString *param) |
concatenates a QString to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QStringList *param) |
concatenates a QStringList to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QLineEdit *param) |
concatenates a QLineEdit to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QTextEdit *param) |
concatenates a QTextEdit to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QTable *param) |
concatenates a QTable to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QRadioButton *param) |
concatenates a QRadioButton to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QCheckBox *param) |
concatenates a QCheckBox to the trace buffer. More... | |
LobTraceStreamQt & | operator<< (QString ¶m) |
LobTraceStreamQt & | operator<< (QStringList ¶m) |
LobTraceStreamQt & | operator<< (QLineEdit ¶m) |
LobTraceStreamQt & | operator<< (QTextEdit ¶m) |
LobTraceStreamQt & | operator<< (QTable ¶m) |
LobTraceStreamQt & | operator<< (QRadioButton ¶m) |
LobTraceStreamQt & | operator<< (QCheckBox ¶m) |
virtual void | dump () |
writes a complete XML description of this instance to cout. More... | |
Friends | |
ostream & | operator<< (ostream &os, LobTraceStreamQt <s) |
Provides a brief description of this LobTraceStreamQt instance. More... |
|
constructor.
|
|
writes a complete XML description of this instance to cout.
Reimplemented from LobTraceStream. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concatenates a QCheckBox to the trace buffer.
Writes 'TRUE' or 'FALSE'
|
|
concatenates a QRadioButton to the trace buffer.
Writes 'TRUE' or 'FALSE'
|
|
concatenates a QTable to the trace buffer.
Traces the text contained in each cell.
|
|
concatenates a QTextEdit to the trace buffer.
Traces the contained text.
|
|
concatenates a QLineEdit to the trace buffer.
|
|
concatenates a QStringList to the trace buffer.
Traces each of the contained strings.
|
|
concatenates a QString to the trace buffer.
|
|
this is the trigger that will write the buffer to the stream.
Reimplemented from LobTraceStream. |
|
concatenates a double to the trace buffer.
Reimplemented from LobTraceStream. |
|
concatenates a char* to the trace buffer.
Reimplemented from LobTraceStream. |
|
concatenates an integer to the trace buffer.
Reimplemented from LobTraceStream. |
|
Provides a brief description of this LobTraceStreamQt instance.
|