Class Hierarchy   Class Index   Method Index  

CHMeditOutputLog Class Reference

#include <CHMeditOutputLog.h>

Inheritance diagram for CHMeditOutputLog:

CHMoutputLog

Detailed Description

Outputs log to a windows CEdit control.

This implementation of CHMoutputLog was used to construct a MFC example HL7 interface in older versions of Chameleon. This class will truncate the output when it is larger than 16000 characters.


Public Member Functions

 CHMeditOutputLog (CEdit *Edit)
 Construct a CHMeditOutputLog from a CEdit object.
virtual ~CHMeditOutputLog ()
 Destructor.
virtual void OutputLine (const CHMchar *pLine)
 Output pLine to the CEdit control.


Constructor & Destructor Documentation

CHMeditOutputLog::CHMeditOutputLog CEdit *  Edit  )  [inline]
 

Construct a CHMeditOutputLog from a CEdit object.

This class does not take ownership of the CEdit object.

virtual CHMeditOutputLog::~CHMeditOutputLog  )  [inline, virtual]
 

Destructor.


Member Function Documentation

virtual void CHMeditOutputLog::OutputLine const CHMchar *  pLine  )  [virtual]
 

Output pLine to the CEdit control.

The output will be truncated to 16000 characters.

Implements CHMoutputLog.


The documentation for this class was generated from the following file: