InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DragDropID.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-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 // Contains IDs for DragDrop classes, IIDs, and ImplementationIDs
24 //
25 //========================================================================================
26 
27 #ifndef __DragDropID__
28 #define __DragDropID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kDragDropPrefix RezLong(0x7500)
34 
35 // <Start IDC>
36 // <Class ID>
37 // ClassIDs
38 
39 
40 
41 // gap
42 
43 //gap
44 // <Message ID>
45 // ----- Message IDs -----
46 // Messages sent by various Data Objects
47 // -- these are ClassIDs but have no classes!
48 // -- they are only used for sending messages
49 
50 // <Interface ID>
51 // IIDs
52 
53 //gap
54 
55 
56 
57 
58 
59 
60 
61 
62 // <Implementation ID>
63 // ImplementationIDs
64 //gap
65 
66 // gap
67 
68 
69 
70 
71 //gap
72 // <Error ID>
73 // Error Codes
74 // NOTE: The offset is used to find the corresponding error string
75 
76 // <Service ID>
77 // Service IDs
78 
79 // WidgetIDs:
80 // ActionIDs:
81 #endif