Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
ijpdsinput.h File Reference

IJPDS Input-Specific Features. More...

Include dependency graph for ijpdsinput.h:

Go to the source code of this file.

Classes

class  JawsMako::IIJPDSInput
 An instance of the JawsMako IJPDS input class. More...
class  JawsMako::IIJPDSPageRaster
 An instance of the JawsMako IJPDS page raster that contains the source input page number and rip number. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IIJPDSInput(obj)
#define obj2IIJPDSPageRaster(obj)

Functions

 JawsMako::DECL_SMART_PTR (IIJPDSInput)
 JawsMako::DECL_SMART_PTR (IIJPDSPageRaster)

Detailed Description

IJPDS Input-Specific Features.

This header describes the IIJPDS interface. These are a subclass of IInput. Instances of this type are returned by IInput::create() when eFFIJPDS is specified. This allows access to IJPDS specific input features and modes of operation.

Macro Definition Documentation

◆ obj2IIJPDSInput

#define obj2IIJPDSInput ( obj)
Value:
IIJPDSInputPtr(dynamic_cast<IIJPDSInput *>((IRCObject *) obj), true)
Base class Interface for all Reference Counted objects.
Definition ircobject.h:35

◆ obj2IIJPDSPageRaster

#define obj2IIJPDSPageRaster ( obj)
Value:
IIJPDSPageRasterPtr(dynamic_cast<IIJPDSPageRaster *>((IRCObject *) obj), true)