Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
xpsinput.h File Reference
Include dependency graph for xpsinput.h:

Go to the source code of this file.

Classes

class  JawsMako::IXPSInput
 An instance of the JawsMako XPS input class. More...
class  JawsMako::IOXPSInput
 An instance of the JawsMako OpenXPS input class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IXPSInput(obj)
#define obj2IOXPSInput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IXPSInput)
 JawsMako::DECL_SMART_PTR (IOXPSInput)

Macro Definition Documentation

◆ obj2IOXPSInput

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

◆ obj2IXPSInput

#define obj2IXPSInput ( obj)
Value:
IXPSInputPtr(dynamic_cast<IXPSInput *>((IRCObject *) obj), true)