InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
OutPrvID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Phillips
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 // ADOBE CONFIDENTIAL
24 //
25 //========================================================================================
26 
27 #ifndef __SepPrvID__
28 #define __SepPrvID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kOutPrvPrefix RezLong(0x11900) //Refer also to AdobePrefix.h
34 #define kOutPrvPluginName "Output Preview"
35 
36 // <Start IDC>
37 // PluginIDs
38 
39 
40 // <Class ID>
41 // ClassIDs (i.e. bosses)
42 
43 
44 
45 
46 
47 // Note: These aren't true bosses; they're just classIDs for subject changes to windows...
48 
49 
50 
51 
52 // <Interface ID>
53 // IIDs
54 
55 
56 
57 // <Implementation ID>
58 // Implementation IIDs (i.e. C++ classes)
59 
60 
61 
62 
63 
64 // <Action ID>
65 // Action IDs
66 
67 
68 
69 
70 // <Widget ID>
71 // Widget IDs
72 
73 
74 
75 // Flattener Preview IDs
76 
77 
78 // Note: These are used with the FlatPrvViewPortAttributes interface to allow setting and getting
79 // of all of these values without having to use the "old fashioned" method-based get/setters.
80 // This in turn simplifies a number of other interfaces..
81 
82 
83 // Now for the real vpattrs.. this one lets anyone who cares (image plugin currently)
84 // know that we're doing a flattener preview.
85 
86 // This one's for separation preview, and whether we're in single-plate-black mode.
87 // The latter is a hint to the logic in the page pageitem when deciding whether or not
88 // to draw the page background in paper color.
89 
90 // Scripting IDs
91 
92 // Warning ID's (for don't-show-agains)
93 const int32 kOPPRGBConflictWarningID = kOutPrvPrefix + 1;
94 
95 //---------------------------------------------------
96 // InvalHandlerTypeID
97 //---------------------------------------------------
98 
99 
100 #endif // __SepPrvID__
101 
102