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

This file contains the interface for IMovieClip. IMovieClip interface represents a "MovieClip" symbol on the stage. More...

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

Go to the source code of this file.

Classes

class  DOM::FrameElement::IMovieClip
 Defines an interface that represents an instance of a "movie-clip" symbol present on the stage. More...
 

Namespaces

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

Enumerations

enum  DOM::FrameElement::BlendMode {
  DOM::FrameElement::NORMAL_BLEND_MODE, DOM::FrameElement::LAYER_BLEND_MODE, DOM::FrameElement::DARKEN_BLEND_MODE, DOM::FrameElement::MULTIPLY_BLEND_MODE,
  DOM::FrameElement::LIGHTEN_BLEND_MODE, DOM::FrameElement::SCREEN_BLEND_MODE, DOM::FrameElement::OVERLAY_BLEND_MODE, DOM::FrameElement::HARDLIGHT_BLEND_MODE,
  DOM::FrameElement::ADD_BLEND_MODE, DOM::FrameElement::SUBTRACT_BLEND_MODE, DOM::FrameElement::DIFFERENCE_BLEND_MODE, DOM::FrameElement::INVERT_BLEND_MODE,
  DOM::FrameElement::ALPHA_BLEND_MODE, DOM::FrameElement::ERASE_BLEND_MODE
}
 Defines the different Blend modes available for the MovieClip instance. More...
 

Variables

FCM::ConstFCMIID DOM::FrameElement::IID_IMOVIE_CLIP_INSTANCE
 Defines the universally-unique interface ID for IMovieClip. More...
 

Detailed Description

This file contains the interface for IMovieClip. IMovieClip interface represents a "MovieClip" symbol on the stage.