![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
Interface allowing users to monitor comments in PostScript input. Use setCommentMonitor() to install subclasses of this type. More...
#include <jawsmako/distiller.h>
Public Member Functions | |
| virtual | ~IPSCommentMonitor () |
| virtual const CRawStringVect & | getComments () const =0 |
| Gets a list of comment keys. | |
| virtual void | comment (const RawString &comment)=0 |
| Invoked when a comment is detected in the input. | |
Interface allowing users to monitor comments in PostScript input. Use setCommentMonitor() to install subclasses of this type.
|
inlinevirtual |
|
pure virtual |
Invoked when a comment is detected in the input.
Use getComments() to supply a list of comments to monitor.
| comment | The comment line from the PostScript input. |
|
pure virtual |
Gets a list of comment keys.
The comment() function will be invoked for any PostScript comments encountered that begin with the keys returned from this function.