InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CropToolID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: vineet batra
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 __CropToolID_h__
25 #define __CropToolID_h__
26 
27 #if 0 //Moved to CoreCropToolID.h
28  #include "CrossPlatformTypes.h"
29  #include "IDFactory.h"
30 #endif
31 
32 #include "CoreCropToolID.h"
33 
34 // Plug-in:
35 #define kCropToolPluginName "PositionTool" // Name of this plug-in.
36 
37 #if 0 //Moved to CoreCropToolID.h
38 #define kCropToolPrefix RezLong(0x19B00)
39 // PluginID:
40 
41 // ClassIDs:
42 #endif
43 
44 
45 
46 
47 // InterfaceIDs:
48 
49 
50 // Implementation IDs:
51 // gap
52 
53 
54 // WidgetIDs
55 
56 // Action IDs
57 
58 // Icon IDs
59 // Even although the ID spaces do not overlap, I assign the same ID to both the ID and the Icons.
60 #define kIconCropToolID kIconCropTool
61 
62 #endif // __CropToolID_h__
63 
64 // End, CropToolID.h.
65 
66 
67 
68