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

This file contains the interface for IGraphic. IGraphic interface represents a "graphic" 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::IGraphic
 Defines an interface that represents an instance of a "graphic" 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::AnimationLoopMode { DOM::FrameElement::ANIMATION_LOOP, DOM::FrameElement::ANIMATION_PLAY_ONCE, DOM::FrameElement::ANIMATION_SINGLE_FRAME }
 This defines different modes of playing animation for graphic instance. More...
 

Variables

FCM::ConstFCMIID DOM::FrameElement::IID_IGRAPHIC_INSTANCE
 Defines the universally-unique interface ID for IGraphic. More...
 

Detailed Description

This file contains the interface for IGraphic. IGraphic interface represents a "graphic" symbol on the stage.