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

JawsMako XPS Output. More...

Include dependency graph for xpsoutput.h:

Go to the source code of this file.

Classes

class  JawsMako::IXPSOutput
 Interface for the XPS IOutput class. More...
class  JawsMako::IOXPSOutput
 Interface for the OpenXPS IOutput class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IXPSOutput(obj)
#define obj2IOXPSOutput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IXPSOutput)
 JawsMako::DECL_SMART_PTR (IOXPSOutput)

Detailed Description

JawsMako XPS Output.

Macro Definition Documentation

◆ obj2IOXPSOutput

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

◆ obj2IXPSOutput

#define obj2IXPSOutput ( obj)
Value:
IXPSOutputPtr(dynamic_cast<IXPSOutput *>((IRCObject *) obj), true)