Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idomcatalog.h File Reference
#include <edl/edltypes.h>
#include <edl/edlstring.h>
#include <edl/iedlobject.h>
#include <edl/idomid.h>
#include <edl/idomnode.h>
Include dependency graph for idomcatalog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMCatalog
 IDOMCatalog interface The IDOMCatalog serves as a catalog for addressable DOM nodes, where a DOM node ID is used as the address of the node. More...

Macros

#define IDOMCatalogClassID   0xA4109342, 0x680849b3, 0xA42D5AF3, 0x8D59ADAF
#define edlobj2IDOMCatalog(src)

Functions

 DECL_SMART_PTR (IDOMCatalog)

Macro Definition Documentation

◆ edlobj2IDOMCatalog

#define edlobj2IDOMCatalog ( src)
Value:
edl_cast((IDOMCatalog *)NULL, src)
IDOMCatalog interface The IDOMCatalog serves as a catalog for addressable DOM nodes,...
Definition idomcatalog.h:24
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ IDOMCatalogClassID

#define IDOMCatalogClassID   0xA4109342, 0x680849b3, 0xA42D5AF3, 0x8D59ADAF

Function Documentation

◆ DECL_SMART_PTR()

DECL_SMART_PTR ( IDOMCatalog )