#include <FxOutputDevice.h>
Description: Use this interface to receive messages from the command window.
Implement this interface to handle text written in the command window and pass it to CFxSystemServices, to have it hooked into ARES.
- See also
CFxSystemServices::AddOutputDevice(), CFxSystemServices::RemoveOutputDevice()
Definition at line 33 of file FxOutputDevice.h.
◆ ~CFxOutputDevice()
| virtual CFxOutputDevice::~CFxOutputDevice |
( |
| ) |
|
|
virtual |
Description: Provided for polymorphic use.
◆ CommandOutput()
Description: Triggered, when using CFxUserIO::Write() or CFxSystemServices::WriteLine(). The default implementation does nothing. Arguments:
- Parameters
-
| message | Message written in the command window. |
| document | The document gives the message its context. |
◆ SystemOutput()
Description: Triggered from CFxUserIO::GetXXX() functions and by other system output. The default implementation does nothing. Arguments:
- Parameters
-
| message | Message written in the command window. |
| document | The document gives the message its context. |
The documentation for this class was generated from the following file: