InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PDFVTID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: DevTech
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2008 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 
25 #ifndef __PDFVTID_h__
26 #define __PDFVTID_h__
27 
28 #include "SDKDef.h"
29 
30 // Company:
31 #define kPDFVTCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
32 #define kPDFVTCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
33 
34 // Plug-in:
35 #define kPDFVTPluginName "PDFVT SDK Sample Plug-in" // Name of this plug-in.
36 #define kPDFVTPrefixNumber 0x162f00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
37 #define kPDFVTVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
38 #define kPDFVTAuthor "DevTech" // Author of this plug-in (for the About Box).
39 
40 // Plug-in Prefix: (please change kPDFVTPrefixNumber above to modify the prefix.)
41 #define kPDFVTPrefix RezLong(kPDFVTPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
42 #define kPDFVTStringPrefix SDK_DEF_STRINGIZE(kPDFVTPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
43 
44 // Missing plug-in: (see ExtraPluginInfo resource)
45 #define kPDFVTMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog
46 #define kPDFVTMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem
47 
48 // PluginID:
49 
50 // ClassIDs:
51 
52 // InterfaceIDs:
53 
54 // ImplementationIDs:
55 
56 // ActionIDs:
57 
58 
59 // WidgetIDs:
60 
61 // "About Plug-ins" sub-menu:
62 #define kPDFVTAboutMenuKey kPDFVTStringPrefix "kPDFVTAboutMenuKey"
63 #define kPDFVTAboutMenuPath kSDKDefStandardAboutMenuPath kPDFVTCompanyKey
64 
65 // "Plug-ins" sub-menu:
66 #define kPDFVTPluginsMenuKey kPDFVTStringPrefix "kPDFVTPluginsMenuKey"
67 #define kPDFVTPluginsMenuPath kSDKDefPlugInsStandardMenuPath kPDFVTCompanyKey kSDKDefDelimitMenuPath kPDFVTPluginsMenuKey
68 
69 // Menu item keys:
70 
71 // Other StringKeys:
72 #define kPDFVTAboutBoxStringKey kPDFVTStringPrefix "kPDFVTAboutBoxStringKey"
73 #define kPDFVTTargetMenuPath kPDFVTPluginsMenuPath
74 
75 #define kPDFVTWriteDataSourceInfoCmdKey kPDFVTStringPrefix "kWritePDFVTDataSourceInfoCmdStringKey"
76 
77 // Menu item positions:
78 
79 
80 // Initial data format version numbers
81 #define kPDFVTFirstMajorFormatNumber RezLong(1)
82 #define kPDFVTFirstMinorFormatNumber RezLong(0)
83 
84 // Data format version numbers for the PluginVersion resource
85 #define kPDFVTCurrentMajorFormatNumber kPDFVTFirstMajorFormatNumber
86 #define kPDFVTCurrentMinorFormatNumber kPDFVTFirstMinorFormatNumber
87 
88 #endif // __PDFVTID_h__
89 
90 // Code generated by DollyXs code generator