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

PostScript Input-Specific Features. More...

Include dependency graph for psinput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPSInput
 An instance of the JawsMako PS input class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPSInput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPSInput)

Detailed Description

PostScript Input-Specific Features.

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

Macro Definition Documentation

◆ obj2IPSInput

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