InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BookID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Yeming Liu
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 // Comments: Contains IDs used by the book architecture.
24 //
25 //========================================================================================
26 
27 #ifndef __BOOKID__
28 #define __BOOKID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kBookPrefix RezLong(0x10000)
34 
35 // PluginID
36 #define kBookPluginName "Book"
37 
38 // Conversion
39 // For pub conversion constants see BookConversionID.h
40 
41 // <Start IDC>
42 // <Class ID>
43 
44 // <Interface ID>
45 // This is really a faux IID. It's used to provide a subject/observer link that communicates
46 // the command used for the model change (the existing subjects pass UIDRefs of the book
47 // and we don't want to change that for fear of impacting other developers).
48 
49 // <Implementation ID>
50 // gap
51 
52 // <Message ID>
53 
54 // <Error ID>
55 //gap
56 //gap
57 
58 // anirudh, fix for bug# 1206196.
59 // added 1 error message customised for scripting support for book export.
60 
61 
62 // <Service ID>
63 
64 // <Widget ID>
65 
66 //_______________________________________________________________________________________
67 // <ViewPortAttr ID>
68 // ViewPortAttrIDs
69 //_______________________________________________________________________________________
70 
71 //
72 //Script Element IDs
73 //
74 
75 //Suites
76 
77 //Objects
78 
79 //Events
80 
81 //Properties
82 
83 
84 //Enums
85 
86 #endif //__BOOKID__