InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DV_WidgetID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Dave Burnard
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2008 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 // Contains IDs used by widgets
24 //
25 //========================================================================================
26 
27 #ifndef __DV_WidgetID__
28 #define __DV_WidgetID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 // <Start IDC>
34 #define kDV_WidgetPrefix RezLong(0x0d00)
35 
36 // PlugInIDs
37 #define kDV_WidgetsPluginName "DV_Widgets"
38 
39 // <Class ID>
40 //========================================================================================
41 // <Message ID>
42 // ----- Message IDs -----
43 // Messages sent by various Data Objects
44 // -- these are ClassIDs but have no classes!
45 // -- they are only used for sending messages
46 //========================================================================================
47 
48 
49 // <Interface ID>
50 //========================================================================================
51 // ----- Interface IDs -----
52 //========================================================================================
53 
54 //gap
55 
56 
57 // <Implementation ID>
58 //========================================================================================
59 // ----- Implementation IDs -----
60 //========================================================================================
61 
62 
63 //gap
64 
65 
66 
67 //gap
68 //gap
69 
70 // Widgets
71 
72 
73 
74 
75 //gap
76 
77 
78 //gap
79 
80 
81 
82 
83 //gap
84 //gap
85 //gap
86 //gap
87 //gap
88 
89 //gap
90 
91 
92 
93 // <Service ID>
94 //========================================================================================
95 // ----- Service IDs -----
96 //========================================================================================
97 
98 
99 // <Widget ID>
100 //========================================================================================
101 // ----- Widget IDs -----
102 //========================================================================================
103 
104 // <Ignore>
105 //========================================================================================
106 // ----- Widget Attribute IDs -----
107 //========================================================================================
108 
109 // <Ignore>
110 //========================================================================================
111 // ----- Tree Node ID types -----
112 //========================================================================================
113 
114 //========================================================================================
115 // ----- Action/Menu IDs -----
116 //========================================================================================
117 
118 
119 #endif // __DV_WidgetID__
120