InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ColorMgmtID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: fhaberma
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 __ColorMgmtID__
25 #define __ColorMgmtID__
26 
27 #if PRAGMA_ONCE
28 #endif
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kColorMgmtPrefix RezLong(0x7c00) //Refer also to AdobePrefix.h
34 
35 // PluginID
36 #define kColorMgmtPluginName "Color Management"
37 
38 
39 //Rsrcs
40 #define kColorMgmtStringsRsrcID 1001
41 #define kColorMgmtStringsNoTransRsrcID 1501
42 #define kColorMgmtErrorStringTableRsrcID 2001
43 
44 // <Class ID>
45 // ClassIDs (i.e. bosses)
46 //gap
47 // gap was kCMSSoftProofSetCmdBoss kColorMgmtPrefix + 6
48 //gap
49 
50 // <Interface ID>
51 // IIDs
52 
53 // <Implementation ID>
54 // Implementation IIDs (i.e. C++ classes)
55 //gap
56 //gap
57 
58 
59 
60 
61 
62 // <Service ID>
63 // Service IDs
64 
65 //_______________________________________________________________________________________
66 // <ViewPortAttr ID>
67 // ViewPortAttrIDs
68 //_______________________________________________________________________________________
69 
70 // values for kVPAttrPaperColorOverride
71 enum
72 {
73  kPaperColorUseDefault = 0,
74  kPaperColorForceWhite,
75  kPaperColorForcePaperSwatch
76 };
77 
78 // ErrorID
79 
80 //---------------------------------------------------
81 // InvalHandlerTypeID
82 //---------------------------------------------------
83 // anirudh, added a new InvalHandler for the color settings.
84 
85 #endif // __ColorMgmtID__
86 
87 // End, ColorMgmtID.h.
88