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

PRN Input-Specific Features. More...

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...

Namespaces

namespace  JawsMako

Macros

#define obj2IPRNInput(obj)

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