InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PerformanceUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Dave Stephens
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 // Description: IDs for the performance UI plugin.
24 //
25 //========================================================================================
26 
27 #ifndef __PERFORMANCEUIID__
28 #define __PERFORMANCEUIID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kPerformanceUIPrefix RezLong(0x13200) //Refer also to AdobePrefix.h
34 
35 // <Start IDC>
36 // PluginID
37 #define kPerformanceUIPluginName "Performance UI"
38 
39 // <Class ID>
40 // ClassIDs (i.e. bosses)
41 //gap
42 // gap
43 // gap
44 // gap
45 //gap
46 
47 //GPU ClassIDs
48 //gap
49 
50 
51 // <Interface ID>
52 // IIDs
53 // gap
54 
55 
56 // <Implementation ID>
57 // Implementation IIDs (i.e. C++ classes)
58 // gap
59 //gap
60 //gap
61 //gap
62 //gap
63 
64 // GPU Performance Implementation IIDs
65 //gap
66 
67 // <Service ID>
68 // Service IDs
69 
70 // <Widget ID>
71 // Widget IDs
72 // removed from UI
73 // gap
74 // gap
75 // gap
76 
77 //GPU Performance Widget IDs
78 //for e-gpu
79 
80 
81 
82 
83 // <Action ID>
84 // Action IDs
85 // Context menu
86 
87 //gap
88 //Gap
89 
90 //GPU Action IDs
91 
92 //
93 //Script Element IDs
94 //
95 
96 //Suites
97 
98 //Objects
99 //gap
100 // GPU Script Objects
101 
102 
103 //Events
104 
105 //Properties
106 //gap
107 
108 
109 //Enums
110 
111 
112 //GUIDS
113 // {8A69953C-A2E9-4B7E-B443-9FCC81500123}
114 #define KGPUPrefs_CLSID {0x8a69953c, 0xa2e9, 0x4b7e, {0xb4, 0x43, 0x9f, 0xcc, 0x81, 0x50, 0x1, 0x23}}
115 
116 
117 #endif // __PERFORMANCEUIID__