Interface allowing users to capture PostScript output. Use setOutputHandler() to install subclasses of this type.
More...
#include <jawsmako/distiller.h>
|
| virtual | ~IPSOutputHandler ()=default |
| virtual void | output (const RawString &outputString)=0 |
| | Invoked when writing to the PostScript standard output file (stdout).
|
| virtual void | error (const RawString &errorString)=0 |
| | Invoked when writing to the PostScript standard error file (stderr).
|
Interface allowing users to capture PostScript output. Use setOutputHandler() to install subclasses of this type.
◆ ~IPSOutputHandler()
| virtual JawsMako::IPSOutputHandler::~IPSOutputHandler |
( |
| ) |
|
|
virtualdefault |
◆ error()
| virtual void JawsMako::IPSOutputHandler::error |
( |
const RawString & | errorString | ) |
|
|
pure virtual |
Invoked when writing to the PostScript standard error file (stderr).
- Parameters
-
| errorString | The string written to stderr. |
◆ output()
| virtual void JawsMako::IPSOutputHandler::output |
( |
const RawString & | outputString | ) |
|
|
pure virtual |
Invoked when writing to the PostScript standard output file (stdout).
- Parameters
-
| outputString | The string written to stdout. |
The documentation for this class was generated from the following file: