InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DigitalPublishingUIID.h
1 //========================================================================================
2 // Owner: Adobe Systems Inc.
3 //
4 // Copyright 2010-2015 Adobe Systems Incorporated. All rights reserved.
5 //
6 // NOTICE: All information contained herein is, and remains
7 // the property of Adobe Systems Incorporated and its suppliers,
8 // if any. The intellectual and technical concepts contained
9 // herein are proprietary to Adobe Systems Incorporated and its
10 // suppliers and may be covered by U.S. and Foreign Patents,
11 // patents in process, and are protected by trade secret or copyright law.
12 // Dissemination of this information or reproduction of this material
13 // is strictly forbidden unless prior written permission is obtained
14 // from Adobe Systems Incorporated.
15 //
16 //========================================================================================
17 
18 #ifndef __DigitalPublishingUIID_h__
19 #define __DigitalPublishingUIID_h__
20 
21 //----------------------------------------------------------------------------------------
22 // Plug-in:
23 //----------------------------------------------------------------------------------------
24 #define kDigitalPublishingUIPluginName "DigitalPublishingUI" // Name of this plug-in.
25 #define kDigitalPublishingUIPrefixNumber 0x22a00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
26 
27 #define kDigitalPublishingUIPrefix RezLong(kDigitalPublishingUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
28 
29 //----------------------------------------------------------------------------------------
30 // Missing plug-in: (see ExtraPluginInfo resource)
31 //----------------------------------------------------------------------------------------
32 //sdk#define kDigitalPublishingUIMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog
33 //sdk#define kDigitalPublishingUIMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem
34 
35 //----------------------------------------------------------------------------------------
36 // PluginID:
37 //----------------------------------------------------------------------------------------
38 
39 //----------------------------------------------------------------------------------------
40 // ClassIDs:
41 //----------------------------------------------------------------------------------------
42 
43 // Export
44 
45 // Target Device Dimensions
46 
47 #ifdef DEBUG
48 #endif
49 
50 // Overlay Creator Panel
51 
52 
53 
54 //----------------------------------------------------------------------------------------
55 // Message IDs: note - message ids conflict with class ids.
56 //----------------------------------------------------------------------------------------
57 
58 //----------------------------------------------------------------------------------------
59 // ServiceIDs:
60 //----------------------------------------------------------------------------------------
61 
62 // Overlay Creator Panel
63 
64 //----------------------------------------------------------------------------------------
65 // InterfaceIDs:
66 //----------------------------------------------------------------------------------------
67 
68 // Overlay Creator Panel
69 
70 
71 //----------------------------------------------------------------------------------------
72 // ImplementationIDs:
73 //----------------------------------------------------------------------------------------
74 
75 // Export
76 
77 #ifdef DEBUG
78 #endif
79 
80 // Overlay Creator Panel
81 //gap
82 
83 //----------------------------------------------------------------------------------------
84 // ActionIDs:
85 //----------------------------------------------------------------------------------------
86 
87 // Overlay Creator Panel
88 
89 //----------------------------------------------------------------------------------------
90 // WidgetIDs:
91 //----------------------------------------------------------------------------------------
92 // Export
93 //gap
94 
95 
96 // target device
97 
98 
99 
100 
101 
102 
103 
104 
105 // Overlay Creator Panel
106 //gap
107 
108 // Hyperlink overlay sub panel
109 
110 // Slideshow overlay sub panel
111 
112 // Image sequence overlay sub panel
113 
114 // Audio overlay sub panel
115 
116 // Video overlay sub panel
117 
118 // Web Content overlay sub panel
119 
120 // Pan&zoom overlay sub panel
121 
122 // Scrollable Frame overlay sub panel
123 
124 //----------------------------------------------------------------------------------------
125 //Error code
126 //----------------------------------------------------------------------------------------
127 
128 //----------------------------------------------------------------------------------------
129 //Script Element IDs
130 //----------------------------------------------------------------------------------------
131 
132 //----------------------------------------------------------------------------------------
133 // Menu item keys:
134 //----------------------------------------------------------------------------------------
135 
136 // Overlay Creator Panel
137 #define kDigitalPublishingUIOverlayNameNodeID kDigitalPublishingUIPrefix + 1
138 
139 //----------------------------------------------------------------------------------------
140 // Other StringKeys:
141 //----------------------------------------------------------------------------------------
142 
143 //----------------------------------------------------------------------------------------
144 // Icon IDs
145 //----------------------------------------------------------------------------------------
146 
147 
148 //----------------------------------------------------------------------------------------
149 // Initial data format version numbers
150 //----------------------------------------------------------------------------------------
151 
152 //----------------------------------------------------------------------------------------
153 // Data format version numbers for the PluginVersion resource
154 //----------------------------------------------------------------------------------------
155 
156 #endif // __DigitalPublishingUIID_h__
157