Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ILibraryItem.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 ILIBRARY_ITEM_H_
27 #define ILIBRARY_ITEM_H_
28 
29 #include "FCMPreConfig.h"
30 #include "FCMPluginInterface.h"
31 
32 
33 /* -------------------------------------------------- Forward Decl */
34 
35 namespace FCM
36 {
37  FORWARD_DECLARE_INTERFACE(IFCMDictionary);
38 };
39 
40 
41 /* -------------------------------------------------- Enums */
42 
43 
44 /* -------------------------------------------------- Macros / Constants */
45 
51 #define kLibProp_LinkageClass_DictKey "LinkageClass"
52 
53 
59 #define kLibProp_LinkageClass_DictType FCM::kFCMDictType_StringRep8
60 
61 
67 #define kLibProp_LinkageBaseClass_DictKey "LinkageBaseClass"
68 
69 
75 #define kLibProp_LinkageBaseClass_DictType FCM::kFCMDictType_StringRep8
76 
77 
83 #define kLibProp_LinkageIdentifier_DictKey "LinkageIdentifier"
84 
85 
91 #define kLibProp_LinkageIdentifier_DictType FCM::kFCMDictType_StringRep8
92 
93 
99 #define kLibProp_LinkageURL_DictKey "LinkageURL"
100 
101 
107 #define kLibProp_LinkageURL_DictType FCM::kFCMDictType_StringRep8
108 
109 
115 #define kLibProp_LinkageExportForRS_DictKey "LinkageExportForRS"
116 
117 
123 #define kLibProp_LinkageExportForRS_DictType FCM::kFCMDictType_Bool
124 
125 
131 #define kLibProp_LinkageImportForRS_DictKey "LinkageImportForRS"
132 
133 
139 #define kLibProp_LinkageImportForRS_DictType FCM::kFCMDictType_Bool
140 
141 
147 #define kLibProp_LinkageExportInFirstFrame_DictKey "LinkageExportInFirstFrame"
148 
149 
155 #define kLibProp_LinkageExportInFirstFrame_DictType FCM::kFCMDictType_Bool
156 
157 
163 #define kLibProp_LinkageExportForAS_DictKey "LinkageExportForAS"
164 
165 
171 #define kLibProp_LinkageExportForAS_DictType FCM::kFCMDictType_Bool
172 
173 
179 #define kLibProp_SymbolType_DictKey "SymbolType"
180 
181 
187 #define kLibProp_SymbolType_DictType FCM::kFCMDictType_StringRep8
188 
194 #define kLibProp_SymbolType_Button "Button"
195 
201 #define kLibProp_SymbolType_MovieClip "MovieClip"
202 
208 #define kLibProp_SymbolType_Graphic "Graphic"
209 
210 
211 namespace DOM
212 {
220  {0x2ea5b91d, 0x26c8, 0x45a4, {0x8b, 0xdc, 0x41, 0xad, 0x1f, 0x2c, 0x7b, 0x73}};
221 }
222 
223 
224 /* -------------------------------------------------- Structs / Unions */
225 
226 
227 /* -------------------------------------------------- Class Decl */
228 
229 namespace DOM
230 {
237 
238 
249  virtual FCM::Result _FCMCALL GetName(FCM::StringRep16* ppName) = 0;
250 
251 
270  virtual FCM::Result _FCMCALL GetProperties(PIFCMDictionary& pPropDict) = 0;
271 
273 };
274 
275 
276 /* -------------------------------------------------- Inline / Functions */
277 
278 
279 #include "FCMPostConfig.h"
280 
281 #endif // ILIBRARY_ITEM_H_
282 
#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
FCM::ConstFCMIID IID_ILIBRARY_ITEM
Defines the universally-unique interface ID for ILibraryItem.
Definition: ILibraryItem.h:219
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
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
Defines the interface that represents a library item in the library.
Definition: ILibraryItem.h:236
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165