Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ILayer.h File Reference

This file contains the interface for ILayer. The ILayer interface represents a layer in the timeline. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "IFCMUnknown.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  DOM::ILayer
 Defines the interface that represents a layer in the timeline. More...
 
class  DOM::Layer::ILayerFolder
 Defines the interface that represents a folder layer in the timeline. More...
 
class  DOM::Layer::ILayerNormal
 Defines the interface that represents a normal layer in the timeline. More...
 
class  DOM::Layer::ILayerMask
 Defines the interface that represents a mask layer in the timeline. More...
 
class  DOM::Layer::ILayerGuide
 Defines the interface that represents a guide layer in the timeline. More...
 

Namespaces

 DOM
 Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (Document Object Model).
 
 DOM::Layer
 Provides interfaces and definitions for Layers.
 

Variables

FCM::ConstFCMIID DOM::IID_ILAYER
 Defines the universally-unique interface ID for ILayer. More...
 
FCM::ConstFCMIID DOM::Layer::IID_ILAYER_FOLDER
 Defines the universally-unique interface ID for ILayerFolder. More...
 
FCM::ConstFCMIID DOM::Layer::IID_ILAYER_NORMAL
 Defines the universally-unique interface ID for ILayerNormal. More...
 
FCM::ConstFCMIID DOM::Layer::IID_ILAYER_MASK
 Defines the universally-unique interface ID for ILayerMask. More...
 
FCM::ConstFCMIID DOM::Layer::IID_ILAYER_GUIDE
 Defines the universally-unique interface ID for ILayerGuide. More...
 

Detailed Description

This file contains the interface for ILayer. The ILayer interface represents a layer in the timeline.