Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idompage.h File Reference
#include <edl/edltypes.h>
#include <edl/edlfwd.h>
#include <edl/edlgeom.h>
#include <edl/idomid.h>
#include <edl/idomnode.h>
#include <edl/idomjobtk.h>
#include <edl/idomresources.h>
#include <edl/idomimageresource.h>
#include <edl/idomgroup.h>
Include dependency graph for idompage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMFixedPage
 Represents <FixedPage> element. More...
class  IDOMFixedPage::Data
 Initialization data. More...

Macros

#define IDOMFixedPageClassID   0xE3258A9B, 0x97194760, 0x854C790B, 0x48B724CF
#define edlobj2IDOMFixedPage(src)
#define dom2IDOMFixedPage(src)

Functions

 DECL_SMART_PTR (IDOMFixedPage)

Macro Definition Documentation

◆ dom2IDOMFixedPage

#define dom2IDOMFixedPage ( src)
Value:
dom2NodeType<IDOMFixedPage, eDOMFixedPageNode>(src)

◆ edlobj2IDOMFixedPage

#define edlobj2IDOMFixedPage ( src)
Value:
edl_cast((IDOMFixedPage *)NULL, src)
Represents <FixedPage> element.
Definition idompage.h:39
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ IDOMFixedPageClassID

#define IDOMFixedPageClassID   0xE3258A9B, 0x97194760, 0x854C790B, 0x48B724CF

Function Documentation

◆ DECL_SMART_PTR()

DECL_SMART_PTR ( IDOMFixedPage )