26 #ifndef ILIBRARY_ITEM_H_
27 #define ILIBRARY_ITEM_H_
29 #include "FCMPreConfig.h"
51 #define kLibProp_LinkageClass_DictKey "LinkageClass"
59 #define kLibProp_LinkageClass_DictType FCM::kFCMDictType_StringRep8
67 #define kLibProp_LinkageBaseClass_DictKey "LinkageBaseClass"
75 #define kLibProp_LinkageBaseClass_DictType FCM::kFCMDictType_StringRep8
83 #define kLibProp_LinkageIdentifier_DictKey "LinkageIdentifier"
91 #define kLibProp_LinkageIdentifier_DictType FCM::kFCMDictType_StringRep8
99 #define kLibProp_LinkageURL_DictKey "LinkageURL"
107 #define kLibProp_LinkageURL_DictType FCM::kFCMDictType_StringRep8
115 #define kLibProp_LinkageExportForRS_DictKey "LinkageExportForRS"
123 #define kLibProp_LinkageExportForRS_DictType FCM::kFCMDictType_Bool
131 #define kLibProp_LinkageImportForRS_DictKey "LinkageImportForRS"
139 #define kLibProp_LinkageImportForRS_DictType FCM::kFCMDictType_Bool
147 #define kLibProp_LinkageExportInFirstFrame_DictKey "LinkageExportInFirstFrame"
155 #define kLibProp_LinkageExportInFirstFrame_DictType FCM::kFCMDictType_Bool
163 #define kLibProp_LinkageExportForAS_DictKey "LinkageExportForAS"
171 #define kLibProp_LinkageExportForAS_DictType FCM::kFCMDictType_Bool
179 #define kLibProp_SymbolType_DictKey "SymbolType"
187 #define kLibProp_SymbolType_DictType FCM::kFCMDictType_StringRep8
194 #define kLibProp_SymbolType_Button "Button"
201 #define kLibProp_SymbolType_MovieClip "MovieClip"
208 #define kLibProp_SymbolType_Graphic "Graphic"
220 {0x2ea5b91d, 0x26c8, 0x45a4, {0x8b, 0xdc, 0x41, 0xad, 0x1f, 0x2c, 0x7b, 0x73}};
279 #include "FCMPostConfig.h"
281 #endif // ILIBRARY_ITEM_H_
#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