#include "CTBmessage.hxx"
Inheritance diagram for CTBmessageWriter:
Public Methods | |
virtual | ~CTBmessageWriter () |
virtual void | Status (const char *c_text)=0 |
virtual void | Info (const char *c_text)=0 |
virtual void | Warning (const char *c_text)=0 |
virtual CTBint | Error (const char *c_text)=0 |
All concrete implementations of the message interface are derived from this abstract base class which contains only pure virtual functions.
For a concrete implementation see CTBmessageWriterStream
.
Definition at line 35 of file CTBmessage.hxx.
|
Definition at line 149 of file CTBmessage.cxx. |
|
Show a status message.
For a full description of the semantics see Reimplemented in CTBmessageWriterStream. Referenced by CTBmessage::Status().
|
|
Show an informational message.
For a full description of the semantics see Reimplemented in CTBmessageWriterStream. Referenced by CTBmessage::Info().
|
|
Show a warning message.
For a full description of the semantics see Reimplemented in CTBmessageWriterStream. Referenced by CTBmessage::Warning().
|
|
Show an error message.
For a full description of the semantics see Reimplemented in CTBmessageWriterStream. Referenced by CTBmessage::Error().
|