Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idomform.h File Reference
#include <edl/edlblend.h>
#include <edl/idomnode.h>
#include <edl/idombrush.h>
#include <edl/edlnamespaces.h>
#include <jawsmako/types.h>
Include dependency graph for idomform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMForm
 Interface to DOM node representing PDF-style Form XObjects. More...
class  IDOMForm::Data
 Initialization data. More...
class  IDOMFormInstance
 IDOMFormInstance interface. This describes an instance of an IDOMForm in a DOM tree. More...
class  IDOMFormInstance::Data
 Initialization data. More...

Macros

#define IDOMFormClassID   0x62c7232c, 0x75c94156, 0x98f44bff, 0xef34d062
#define edlobj2IDOMForm(src)
#define dom2IDOMForm(src)
#define IDOMFormInstanceClassID   0x2748dfc4, 0x3a0c43e2, 0x904e135b, 0xbec65b36
#define edlobj2IDOMFormInstance(src)
#define dom2IDOMFormInstance(src)

Functions

 DECL_SMART_PTR (IDOMForm)
 DECL_SMART_PTR (IDOMFormInstance)

Macro Definition Documentation

◆ dom2IDOMForm

#define dom2IDOMForm ( src)
Value:
dom2NodeType<IDOMForm, eDOMFormNode>(src)

◆ dom2IDOMFormInstance

#define dom2IDOMFormInstance ( src)
Value:
dom2NodeType<IDOMFormInstance, eDOMFormInstanceNode>(src)

◆ edlobj2IDOMForm

#define edlobj2IDOMForm ( src)
Value:
edl_cast((IDOMForm *)NULL, src)
Interface to DOM node representing PDF-style Form XObjects.
Definition idomform.h:41
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ edlobj2IDOMFormInstance

#define edlobj2IDOMFormInstance ( src)
Value:
IDOMFormInstance interface. This describes an instance of an IDOMForm in a DOM tree.
Definition idomform.h:167

◆ IDOMFormClassID

#define IDOMFormClassID   0x62c7232c, 0x75c94156, 0x98f44bff, 0xef34d062

◆ IDOMFormInstanceClassID

#define IDOMFormInstanceClassID   0x2748dfc4, 0x3a0c43e2, 0x904e135b, 0xbec65b36

Function Documentation

◆ DECL_SMART_PTR() [1/2]

DECL_SMART_PTR ( IDOMForm )

◆ DECL_SMART_PTR() [2/2]

DECL_SMART_PTR ( IDOMFormInstance )