Mako 8.4.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
jawsmako.h File Reference
#include <map>
#include <edl/platform.h>
#include <edl/iabort.h>
#include <edl/idomsecurity.h>
#include <jawsmako/optionalcontent.h>
#include <jawsmako/pagelabels.h>
#include <jawsmako/renderspec.h>
#include <jawsmako/types.h>
#include <jawsmako/interactive.h>
#include <edl/idompage.h>
Include dependency graph for jawsmako.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JawsMako::IJawsMako
 An instance of the IJawsMako library. Only one instance of this object is currently allowed. This class may also be used as both an EDL factory and an EDL session, and passed to any EDL API that requires these objects. More...
class  JawsMako::IInput
 Abstract input source that can open files from disk or a stream and create an IDocumentAssembly for the contents. More...
class  JawsMako::IOutput
 Abstract output sink that can output DOM to a file or stream in a given output format. More...
class  JawsMako::IOutputWriter
 A writer for writing individual pages and documents to an output in piecemeal fashion. More...
class  JawsMako::IDocumentAssembly
 A self-contained collection of IDocuments. More...
class  JawsMako::IDocument
 A document from an IDocumentAssembly, allowing for high level document and page management, and providing on-demand lazy loading of page markup. More...
class  JawsMako::IPageRaster
 A rasterized equivalent of a page from an IDocument. More...
class  JawsMako::IPage
 A page from an IDocument, allowing high level page management, and providing on-demand access to page contents. More...
class  JawsMako::IJawsRenderer
 A renderer that uses the Jaws RIP to create images from arbitrary DOM. More...
class  JawsMako::IMediaHandler
 Interface allowing users of supported input types to monitor/handle unsatisfied media requests. For input interfaces that support this feature, use setMediaHandler() to install subclasses of this type. More...

Namespaces

namespace  JawsMako

Enumerations

enum  JawsMako::eFileFormat {
  JawsMako::eFFPDF , JawsMako::eFFXPS , JawsMako::eFFPS , JawsMako::eFFEPS ,
  JawsMako::eFFSVG , JawsMako::eFFPCL5 , JawsMako::eFFPCLXL , JawsMako::eFFIJPDS ,
  JawsMako::eFFPPML , JawsMako::eFFOXPS , JawsMako::eFFPRN , JawsMako::eFFPWG ,
  JawsMako::eFFUnknown
}

Functions

 JawsMako::DECL_SMART_PTR (IPageRaster)