Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ISymbolInstance.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 ISYMBOL_INSTANCE_H_
27 #define ISYMBOL_INSTANCE_H_
28 
29 #include "FCMPreConfig.h"
30 #include "FCMPluginInterface.h"
31 #include "Utils/DOMTypes.h"
32 #include "IInstance.h"
33 
34 
35 /* -------------------------------------------------- Forward Decl */
36 
37 
38 /* -------------------------------------------------- Enums */
39 
40 
41 /* -------------------------------------------------- Macros / Constants */
42 
43 namespace DOM
44 {
45  namespace FrameElement
46  {
54  {0xb1f1a4aa, 0xbb67, 0x4bb7, {0xbb, 0xaf, 0x95, 0xff, 0x67, 0x40, 0x8e, 0x42}};
55  }
56 }
57 
58 
59 /* -------------------------------------------------- Structs / Unions */
60 
61 
62 /* -------------------------------------------------- Class Decl */
63 
64 namespace DOM
65 {
66  namespace FrameElement
67  {
75 
76 
77 
86  virtual FCM::Result _FCMCALL GetColorMatrix(Utils::COLOR_MATRIX& colorMatrix) = 0;
87 
88 
97  virtual FCM::Result _FCMCALL GetRegistrationPoint(Utils::POINT2D& registrationPoint) = 0;
98 
100  }
101 }
102 
103 
104 /* -------------------------------------------------- Inline / Functions */
105 
106 
107 #include "FCMPostConfig.h"
108 
109 #endif // ISYMBOL_INSTANCE_H_
110 
#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_ISYMBOL_INSTANCE
Defines the universally-unique interface ID for ISymbolInstance.
Definition: ISymbolInstance.h:53
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
This file contains the types used for DOM traversal and access.
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 an interface that represents an instance of a symbol present on the stage.
Definition: ISymbolInstance.h:74
This file contains the interface for IInstance. IInstance interface represents the elements on the st...
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165