InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ObjectModelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 __ObjectModelID__
25 #define __ObjectModelID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kObjectModelPrefix RezLong(0x16000) // see AdobePrefix.h
31 
32 
33 // PluginID
34 #define kObjectModelPluginName "ObjectModel"
35 
36 
37 /*
38  BP 03/26/01: TODO: Some of InDesign's bosses and implementations will be moved to the ObjectModelPlugin plug-in:
39  kSessionBoss, kCommandProcessorBoss, kCmdProcStackCmdCollectorBoss, kWorkspaceBoss, kServiceMgrBoss,
40  kNewWorkspaceSignalMgrBoss, kDBStreamWriteBoss, kDBStreamReadBoss, kResourceStreamReadBoss,
41  kObjectResourceStreamReadBoss, kObjectTextFileStreamWriteBoss, kShutdownNotificationServiceBoss,
42  kTagRegistryBoss, kNewWorkspaceCmdBoss.
43 
44  Those bosses are currently in the kShuksanPrefix id space. They need to be mapped to kObjectModelPrefix ids and
45  declared via MoveClass BossDirectives.
46 */
47 
48 
49 // <Class ID>
50 // ClassIDs
51 
52 // <Interface ID>
53 // IIDs
54 
55 // <Widget ID>
56 
57 // <Implementation ID>
58 // ImplementationIDs
59 
60 
61 // <Message ID>
62 
63 
64 // <Service ID>
65 
66 // Service IDs
67 
68 // <Error ID>
69 // Error Codes
70 // NOTE: The offset is used to find the corresponding error string
71 // Look in ApplStrings.fr for the string definitions.
72 
73 // <Ignore>
74 
75 
76 // <Global ID>
77 // ActionIDs
78 
79 
80 #endif //__ShuskanID__
81 
82 
83 
84 
85 
86 
87