42#define IDOMFormClassID 0x62c7232c, 0x75c94156, 0x98f44bff, 0xef34d062
57 const JawsMako::IPDFDictionaryPtr &propertiesDictionary = JawsMako::IPDFDictionaryPtr());
158#define edlobj2IDOMForm(src) edl_cast((IDOMForm *)NULL, src)
159#define dom2IDOMForm(src) dom2NodeType<IDOMForm, eDOMFormNode>(src)
168#define IDOMFormInstanceClassID 0x2748dfc4, 0x3a0c43e2, 0x904e135b, 0xbec65b36
180 const IDOMFormPtr &form,
242 virtual void setForm(
const IDOMFormPtr &form) = 0;
268#define edlobj2IDOMFormInstance(src) edl_cast((IDOMFormInstance *)NULL, src)
269#define dom2IDOMFormInstance(src) dom2NodeType<IDOMFormInstance, eDOMFormInstanceNode>(src)
An object to represent a 128-bit globally unique ID.
Definition objclassid.h:29
EDL Object Interface.
Definition iedlobject.h:31
Abstract class providing the interface to basic DOM node functionality. IDOMNode is the base class fo...
Definition idomnode.h:139
EDL Factory Interface allows one part of the EDL infrastructure to register class creation methods id...
Definition iedlfactory.h:31
CTransformMatrix< double > FMatrix
Definition edlgeom.h:1208
RectTmpl< double > FRect
Definition edlgeom.h:338
#define _END_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:110
#define _BEGIN_EDL_DOM_NAMESPACE
Definition edlnamespaces.h:109
#define EDL_API
Definition edltypes.h:86
eBlendMode
An enum for transparency blend modes.
Definition edlblend.h:25
@ eBlendModeNormal
Selects the source color, ignoring the backdrop.
Definition edlblend.h:27
EDL::uint64 DOMid
Type used to uniquely idenitify a DOM node.
Definition idomid.h:17
#define DECL_SMART_PTR(cls)
Definition smartptr.h:211