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

PCL/XL Input-Specific Features. More...

#include <jawsmako/jawsmako.h>
#include <jawsmako/pjl.h>
Include dependency graph for pclxlinput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPCLXLAttributeHandler
 Interface allowing users to monitor/handle illegal PCL/XL operator attributes. More...
class  JawsMako::IPCLXLInput
 An instance of the JawsMako PCL/XL input class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPCLXLInput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPCLXLInput)

Detailed Description

PCL/XL Input-Specific Features.

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

Macro Definition Documentation

◆ obj2IPCLXLInput

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