Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMovieClip.h
Go to the documentation of this file.
1 /******************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 ******************************************************************************/
18 
27 #ifndef IMOVIE_CLIP_INSTANCE_H_
28 #define IMOVIE_CLIP_INSTANCE_H_
29 
30 #include "FCMPreConfig.h"
31 #include "FCMPluginInterface.h"
32 #include "ISymbolInstance.h"
33 
34 
35 /* -------------------------------------------------- Forward Decl */
36 
37 namespace DOM
38 {
39  FORWARD_DECLARE_INTERFACE(IGraphicEffect);
40 };
41 
42 
43 /* -------------------------------------------------- Enums */
44 
45 namespace DOM
46 {
47  namespace FrameElement
48  {
54  enum BlendMode
55  {
58 
61 
64 
67 
70 
73 
76 
79 
82 
85 
88 
91 
94 
97  };
98  }
99 }
100 
101 
102 /* -------------------------------------------------- Macros / Constants */
103 
104 namespace DOM
105 {
106  namespace FrameElement
107  {
115  {0x80f09ff2, 0x2894, 0x4d72, {0xbc, 0xe7, 0x0, 0xe7, 0xef, 0xeb, 0x68, 0x3f}};
116  }
117 }
118 
119 
120 /* -------------------------------------------------- Structs / Unions */
121 
122 
123 /* -------------------------------------------------- Class Decl */
124 
125 namespace DOM
126 {
127  namespace FrameElement
128  {
136 
137 
146  virtual FCM::Result _FCMCALL GetBlendMode(BlendMode& blendMode) = 0;
147 
148 
159  virtual FCM::Result _FCMCALL IsVisible(FCM::Boolean& isVisible) = 0;
160 
161 
173  virtual FCM::Result _FCMCALL GetName(FCM::StringRep16* ppName) = 0;
174 
176  }
177 }
178 
179 
180 /* -------------------------------------------------- Inline / Functions */
181 
182 
183 #include "FCMPostConfig.h"
184 
185 #endif // IMOVIE_CLIP_INSTANCE_H_
186 
Definition: IMovieClip.h:66
Definition: IMovieClip.h:87
Definition: IMovieClip.h:90
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
Definition: IMovieClip.h:69
Definition: IMovieClip.h:75
FCM::ConstFCMIID IID_IMOVIE_CLIP_INSTANCE
Defines the universally-unique interface ID for IMovieClip.
Definition: IMovieClip.h:114
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
Definition: IMovieClip.h:96
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
U_Int8 Boolean
Type to define a boolean.
Definition: FCMTypes.h:140
Definition: IMovieClip.h:60
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
Definition: IMovieClip.h:78
Definition: IMovieClip.h:93
Definition: IMovieClip.h:63
This file contains the interface for ISymbolInstance. ISymbolInstance interface represents a symbol o...
Definition: IMovieClip.h:57
BlendMode
Defines the different Blend modes available for the MovieClip instance.
Definition: IMovieClip.h:54
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165
Definition: IMovieClip.h:72
Defines an interface that represents an instance of a "movie-clip" symbol present on the stage...
Definition: IMovieClip.h:135
Definition: IMovieClip.h:81
Definition: IMovieClip.h:84