Mako 8.4.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
prninput.h File Reference

PRN Input-Specific Features. More...

#include <memory>
#include <jawsmako/jawsmako.h>
#include <jawsmako/pcl5input.h>
Include dependency graph for prninput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPRNInput
 An instance of the JawsMako PRN input class. More...
class  JawsMako::IPRNInputPDLConfigurator
 Interface allowing users to configure the underlying PDL input after creation. Use IPRNInput::setPDLConfigurator() to install subclasses of this type. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPRNInput(obj)

Typedefs

typedef std::shared_ptr< IPRNInputPDLConfiguratorJawsMako::IPRNInputPDLConfiguratorPtr

Functions

 JawsMako::DECL_SMART_PTR (IPRNInput)

Detailed Description

PRN Input-Specific Features.

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

Macro Definition Documentation

◆ obj2IPRNInput

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