InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
OpenPlaceID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Zak Williamson
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 __OpenPlaceID__
25 #define __OpenPlaceID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 #include "FormatNumber.h"
30 
31 #define kOpenPlacePrefix RezLong(0x7300)
32 
33 
34 // PluginID
35 #define kOpenPlacePluginName "Open Place"
36 
37 // Class IDs
38 
39 // Interface IDs
40 
41 // <Implementation ID>
42 // Implementation IDs
43 
44 // <Widget ID>
45 
46 // Service IDs
47 //gap
48 
49 // Error ID
50 // Action IDs
51 
52 //
53 //Script Element IDs
54 //
55 
56 //Objects
57 
58 //Methods
59 
60 //Properties
61 
62 //Enums
63 
64 //Events
65 
66 //GUIDS
67 // {9C91BB16-AD4D-4196-B8F0-F77FF642B49C}
68 #define kPlaceGun_CLSID { 0x9c91bb16, 0xad4d, 0x4196, { 0xb8, 0xf0, 0xf7, 0x7f, 0xf6, 0x42, 0xb4, 0x9c } }
69 
70 enum PlaceScriptIDs
71 {
72  c_PlaceGun = 'cPGn',
73  p_PlaceGun = 'pPGn',
74  p_Loaded = 'Load',
75  e_LoadPlaceGun = 'LPGn',
76  e_AbortPlaceGun = 'APGn',
77  e_BeforePlace = 'BfPl',
78  e_AfterPlace = 'AfPl',
79  en_RotationDirection= 'RotD',
80  en_Forward = 'Forw',
81  en_Backward = 'Bakw',
82 } ;
83 
84 //---------------------------------------------------
85 // InvalHandlerTypeID
86 //---------------------------------------------------
87 
88 
89 #endif // __OpenPlaceID__