InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IMEID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Heath Horotn
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 __CJKIMEID__
25 #define __CJKIMEID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 
31 // Double check kIMEPrefix with AdobePrefix.h
32 #define kIMEPrefix RezLong(0x2400)
33 #define UNICODE_IME 1
34 
35 // <Start IDC>
36 // PluginID
37 #define kIMEPluginName "IME"
38 
39 
40 
41 // <Class ID>
42 // class ids
43 // Gap - was kTextAttrClauseModeBoss
44 //gap
45 // Gap - kIMEPrefsPanelBoss moved to IMEPrefs plugin
46 // Gap - kIMEPrefsMenuComponentBoss moved to IMEPrefs plugin
47 // Gap - kIMEMenuRegisterBoss removed during Hotaka development
48 
49 // <Interface ID>
50 // IIDs
51  // Gap - IID_IIMEWINDOW and IID_ITEXTATTRCLAUSEMODE removed for Hotaka
52  // Gap - IID_IMACIMEEVENTHANDLER removed for Hotaka
53 
54 
55 // <Implementation ID>
56 // ImplementationIDs
57  // Gap - kIMEWindow removed for Hotaka
58 //gap
59  // Gap - kCIMEPrefsImpl and kSessionIMEPrefsImpl removed during Hotaka development
60  // Gap - kIMEFocusImpl removed during Hotaka development
61 // Gap - kIMEPrefsDialogControllerImpl moved to IMEPrefs plugin
62 // Gap - kIMEPrefsPanelCreator moved to IMEPrefs plugin
63 // Gap - kIMEPrefsMenuComponent removed during Hotaka development
64 //gap
65 //gap kCarbonTypingIdleTaskImpl deleted(it never actually ran as an idle task)
66 
67 
68 //...
69 
70 
71 
72 //
73 //Script Element IDs
74 //
75 
76 //Objects
77 
78 //Properties
79 
80 //GUIDS
81 // {A26F1392-4E33-4451-B923-899ADA3A96ED}
82 #define kIMEPref_CLSID { 0xa26f1392, 0x4e33, 0x4451, { 0xb9, 0x23, 0x89, 0x9a, 0xda, 0x3a, 0x96, 0xed } }
83 
84 
85 // <Service ID>
86 //service ID
87  // Gap - kCJKIMEService removed for Hotaka
88 
89 
90 #endif //__CJKIMEID__