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

This file contains the interface for IFrame. The IFrame interface represents a frame in the layer of a timeline. More...

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

Go to the source code of this file.

Classes

class  DOM::IFrame
 Defines the interface that represents a frame in a layer in the timeline. More...
 

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plug-in. It also manages service instantiation, object instantiation and object lifetime management.
 
 DOM
 Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (Document Object Model).
 

Enumerations

enum  DOM::KeyFrameLabelType { DOM::KEY_FRAME_LABEL_NONE, DOM::KEY_FRAME_LABEL_NAME, DOM::KEY_FRAME_LABEL_COMMENT, DOM::KEY_FRAME_LABEL_ANCHOR }
 Defines the types of frames. More...
 

Variables

FCM::ConstFCMIID DOM::IID_IFRAME
 Defines the universally-unique interface ID for IFrame. More...
 

Detailed Description

This file contains the interface for IFrame. The IFrame interface represents a frame in the layer of a timeline.