Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IPropertyIDs.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 
25 #ifndef IPROPERTY_IDS_H_
26 #define IPROPERTY_IDS_H_
27 
28 #include "FCMPreConfig.h"
29 #include "FCMPluginInterface.h"
30 #include "Utils/DOMTypes.h"
31 
32 
33 /* -------------------------------------------------- Forward Decl */
34 
35 
36 /* -------------------------------------------------- Enums */
37 
38 
39 /* -------------------------------------------------- Macros / Constants */
40 
41 namespace DOM
42 {
43  namespace Service
44  {
45  namespace Tween
46  {
50  #define kDOMShapeProperty "com.adobe.shape"
51 
52 
59  {0xf8dfae9, 0x2aa3, 0x49fa, {0x83, 0x25, 0xcb, 0x4e, 0x2, 0xca, 0xe, 0x88}};
60 
61 
65  #define kDOMGeometricProperty "com.adobe.geometry"
66 
67 
74  {0x65b6b2bf, 0x359f, 0x4471, {0x99, 0x3, 0x74, 0x6f, 0xa6, 0x9, 0xce, 0x4f}};
75 
76 
80  #define kDOMColorProperty "com.adobe.color"
81 
82 
89  {0x85fc70ac, 0xce7a, 0x4be3, {0x87, 0x5a, 0xb6, 0x20, 0xc9, 0x9c, 0xe0, 0x8d}};
90 
91 
95  #define kDOMFilterProperty "com.adobe.filter"
96 
97 
104  {0xdfbf19f4, 0x650f, 0x4fdb, {0xa9, 0x6d, 0xf3, 0xee, 0x30, 0x9e, 0xeb, 0x7}};
105  }
106  }
107 }
108 
109 
110 /* -------------------------------------------------- Structs / Unions */
111 
112 
113 /* -------------------------------------------------- Class Decl */
114 
115 
116 /* -------------------------------------------------- Inline / Functions */
117 
118 
119 #include "FCMPostConfig.h"
120 
121 #endif // IPROPERTY_IDS_H_
122 
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). ...
This file contains the types used for DOM traversal and access.
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
FCM::ConstFCMIID GEOMETRIC_PROPERTY_ID
Defines ID for geometric property.
Definition: IPropertyIDs.h:73
FCM::ConstFCMIID FILTER_PROPERTY_ID
Defines ID for filter property.
Definition: IPropertyIDs.h:103
FCM::ConstFCMIID COLOR_PROPERTY_ID
Defines ID for color property.
Definition: IPropertyIDs.h:88
FCM::ConstFCMIID SHAPE_PROPERTY_ID
Defines the property ID for "shape.".
Definition: IPropertyIDs.h:58