Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBmessageWriter Class Reference

Abstract base class for implementation of the message interface. More...

#include "CTBmessage.hxx"

Inheritance diagram for CTBmessageWriter:

Inheritance graph
[legend]
List of all members.

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

Detailed Description

Abstract base class for implementation of the message interface.

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.


Constructor & Destructor Documentation

CTBmessageWriter::~CTBmessageWriter [virtual]
 

Virtual destructor.

Definition at line 149 of file CTBmessage.cxx.


Member Function Documentation

CTBmessageWriter::Status const char * c_text [pure virtual]
 

Show a status message.

For a full description of the semantics see CTBmessage::Status().

Reimplemented in CTBmessageWriterStream.

Referenced by CTBmessage::Status().

CTBmessageWriter::Info const char * c_text [pure virtual]
 

Show an informational message.

For a full description of the semantics see CTBmessage::Info().

Reimplemented in CTBmessageWriterStream.

Referenced by CTBmessage::Info().

CTBmessageWriter::Warning const char * c_text [pure virtual]
 

Show a warning message.

For a full description of the semantics see CTBmessage::Warning().

Reimplemented in CTBmessageWriterStream.

Referenced by CTBmessage::Warning().

CTBmessageWriter::Error const char * c_text [pure virtual]
 

Show an error message.

For a full description of the semantics see CTBmessage::Error().

Reimplemented in CTBmessageWriterStream.

Referenced by CTBmessage::Error().


The documentation for this class was generated from the following files:
Generated at Fri Oct 24 18:13:57 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001