Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ILayer.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 
26 #ifndef ILAYER_H_
27 #define ILAYER_H_
28 
29 #include "FCMPreConfig.h"
30 #include "FCMPluginInterface.h"
31 #include "IFCMUnknown.h"
32 
33 /* -------------------------------------------------- Forward Decl */
34 
35 namespace DOM
36 {
38 }
39 
40 
41 /* -------------------------------------------------- Enums */
42 
43 
44 /* -------------------------------------------------- Macros / Constants */
45 
46 namespace DOM
47 {
55  {0x926cb1e2, 0xce8a, 0x40ec, {0x84, 0xdc, 0x80, 0x5e, 0x11, 0x70, 0x84, 0xbc}};
56 }
57 
58 
59 namespace DOM
60 {
61  namespace Layer
62  {
70  {0x404d03b5, 0xb3a8, 0x4aa6, {0xb4, 0x96, 0x46, 0x69, 0x38, 0x4f, 0x36, 0x91}};
71  }
72 }
73 
74 
75 namespace DOM
76 {
77  namespace Layer
78  {
86  {0x4254c006, 0x17ce, 0x497c, {0xa6, 0x2c, 0x4, 0xf5, 0xd6, 0x9c, 0x87, 0x5}};
87  }
88 }
89 
90 
91 namespace DOM
92 {
93  namespace Layer
94  {
102  {0x55886e53, 0xcba5, 0x4708, {0xaf, 0xa7, 0x60, 0xc1, 0x39, 0x8, 0xf8, 0xe2}};
103  }
104 }
105 
106 
107 namespace DOM
108 {
109  namespace Layer
110  {
118  {0xd34ce64, 0x23a2, 0x4ff0, {0xbf, 0xca, 0x36, 0x8e, 0xde, 0x7d, 0x41, 0x4c}};
119  }
120 }
121 
122 
123 /* -------------------------------------------------- Structs / Unions */
124 
125 
126 /* -------------------------------------------------- Class Decl */
127 
128 namespace DOM
129 {
130 
137 
138 
149  virtual FCM::Result _FCMCALL GetName(FCM::StringRep16* ppName) = 0;
150 
151 
161  virtual FCM::Result _FCMCALL IsVisible(FCM::Boolean& isVisible) = 0;
162 
163 
172  virtual FCM::Result _FCMCALL GetParentLayer(PILayer& pParentLayer) = 0;
173 
174 
193  virtual FCM::Result _FCMCALL GetLayerType(FCM::PIFCMUnknown& pLayerType) = 0;
194 
196 }
197 
198 
199 namespace DOM
200 {
201  namespace Layer
202  {
209 
210 
220  virtual FCM::Result _FCMCALL GetChildren(PIFCMList& pLayerList) = 0;
221 
223  }
224 }
225 
226 namespace DOM
227 {
228  namespace Layer
229  {
236 
237 
247  virtual FCM::Result _FCMCALL GetKeyFrames(PIFCMList& pKeyFrameList) = 0;
248 
249 
262  virtual FCM::Result _FCMCALL GetFrameAtIndex(FCM::U_Int32 index, PIFrame& pFrame) = 0;
263 
264 
273  virtual FCM::Result _FCMCALL GetTotalDuration(FCM::U_Int32& duration) = 0;
274 
276  }
277 }
278 
279 
280 namespace DOM
281 {
282  namespace Layer
283  {
290 
291 
301  virtual FCM::Result _FCMCALL GetChildren(PIFCMList& pLayerList) = 0;
302 
304  }
305 }
306 
307 
308 namespace DOM
309 {
310  namespace Layer
311  {
318 
319 
329  virtual FCM::Result _FCMCALL GetChildren(PIFCMList& pLayerList) = 0;
330 
332  }
333 }
334 
335 
336 /* -------------------------------------------------- Inline / Functions */
337 
338 
339 #include "FCMPostConfig.h"
340 
341 #endif // ILAYER_H_
342 
Defines the interface that represents a folder layer in the timeline.
Definition: ILayer.h:208
FCM::ConstFCMIID IID_ILAYER_MASK
Defines the universally-unique interface ID for ILayerMask.
Definition: ILayer.h:101
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
unsigned _int32 U_Int32
Type to define an unsigned 32-bit value.
Definition: FCMTypes.h:81
#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
FCM::ConstFCMIID IID_ILAYER
Defines the universally-unique interface ID for ILayer.
Definition: ILayer.h:54
Defines the interface that represents a guide layer in the timeline.
Definition: ILayer.h:317
Defines the interface that represents a normal layer in the timeline.
Definition: ILayer.h:235
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
This file contains interface for IFCMUnknown. All FCM interfaces inherit from IFCMUnknown. This interface is similar to Microsoft's COM IUnknown. Primary purpose of this interface is to facilitate a way to obtain pointers to other interfaces through QueryInterface method.
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
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
FCM::ConstFCMIID IID_ILAYER_FOLDER
Defines the universally-unique interface ID for ILayerFolder.
Definition: ILayer.h:69
FCM::ConstFCMIID IID_ILAYER_NORMAL
Defines the universally-unique interface ID for ILayerNormal.
Definition: ILayer.h:85
Defines the interface that represents a mask layer in the timeline.
Definition: ILayer.h:289
Defines the interface that represents a layer in the timeline.
Definition: ILayer.h:136
FCM::ConstFCMIID IID_ILAYER_GUIDE
Defines the universally-unique interface ID for ILayerGuide.
Definition: ILayer.h:117
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165