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

PCL5 Input-Specific Features. More...

#include <edl/idomfont.h>
#include <jawsmako/jawsmako.h>
#include <jawsmako/pjl.h>
Include dependency graph for pcl5input.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JawsMako::IPCL5Input
 An instance of the JawsMako PCL5 input class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPCL5Input(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPCL5Input)

Detailed Description

PCL5 Input-Specific Features.

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

Macro Definition Documentation

◆ obj2IPCL5Input

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