InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ColorMgmtUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __ColorMgmtUIID__
25 #define __ColorMgmtUIID__
26 
27 #if PRAGMA_ONCE
28 #endif
29 
30 #define PERFORMANCE_TESTING 0
31 
32 #include "CrossPlatformTypes.h"
33 #include "IDFactory.h"
34 
35 #define kColorMgmtUIPrefix RezLong(0x7e00) //Refer also to "AdobePrefix.h"
36 
37 // <Start IDC>
38 // PluginID
39 #define kColorMgmtUIPluginName "Color Management UI"
40 
41 // <Class ID>
42 // ClassIDs (i.e. bosses)
43 //gap
44 // gap - was kCMSAppPrefsDialogBoss kColorMgmtUIPrefix + 8
45 // gap - was kCMSAppPrefsMenuActionBoss kColorMgmtUIPrefix + 9
46 // gap - kColorMgmtUIPrefix + 10
47 //gap
48 // gap
49 // gap
50 // gap
51 // gap
52 
53 // <Interface ID>
54 // IIDs
55 // gap
56 // gap
57 // gap
58 
59 // <Implementation ID>
60 // Implementation IIDs (i.e. C++ classes)
61 // gap - kColorMgmtUIPrefix + 4
62 //gap
63 // gap - was kCMSAppPrefsMenuActionImpl kColorMgmtUIPrefix + 13
64 // gap - kColorMgmtUIPrefix + 14
65 
66 // gap - kColorMgmtUIPrefix + 21
67 // gap
68 // gap - kColorMgmtUIPrefix + 26
69 // gap
70 // gap
71 // gap
72 // gap
73 // gap
74 // gap
75 // gap
76 // gap
77 // gap
78 // gap
79 // gap
80 // gap
81 // gap
82 // gap
83 
84 
85 
86 
87 // <Service ID>
88 // Service IDs
89 
90 // <Widget ID>
91 // Dialog Panel IDs
92 // gap - was kCMSAppPrefsDialogWidgetID kColorMgmtUIPrefix + 2
93 
94 // Widget IDs for Application Settings dialog
95 
96 // gap - kColorMgmtUIPrefix + 35
97 
98 // Widget IDs for CMS Document Settings dialog
99 // gap - kColorMgmtUIPrefix + 40
100 // gap - kColorMgmtUIPrefix + 41
101 // gap - kColorMgmtUIPrefix + 42
102 // gap - kColorMgmtUIPrefix + 43
103 // gap - kColorMgmtUIPrefix + 44
104 // gap - kColorMgmtUIPrefix + 45
105 // gap - kColorMgmtUIPrefix + 46
106 // gap - kColorMgmtUIPrefix + 47
107 // gap - kColorMgmtUIPrefix + 51
108 // gap - kColorMgmtUIPrefix + 54
109 // gap - kColorMgmtUIPrefix + 55
110 
111 // Widget IDs for the CMS object dialog (and image import)
112 
113 // Widget IDs for the Missing Profiles dialog
114 
115 
116 
117 
118 
119 // gap
120 
121 
122 
123 
124 // gap - was kEnableCMSCheckboxWidgetId, kColorMgmtUIPrefix + 190
125 
126 // gap: Former policy conflict dialog
127 
128 
129 // gap: formerly spot to process open-time dialog
130 
131 
132 
133 
134 
135 
136 // <Error ID>
137 // Error Codes
138 
139 // <Action ID>
140 // gap - was kCMSAppPrefsActionID kColorMgmtUIPrefix + 1
141 
142 #if PERFORMANCE_TESTING
143 #endif
144 
145 #endif // __ColorMgmtUIID__
146 
147 // End, ColorMgmtUIID.h.